Column |
The ColumnPlotDataExchangeTableData type exposes the following members.
| Name | Description | |
|---|---|---|
| CanChangeTableForPlotItems | Determines whether it is possible to change the underlying table for the specified plot items. The table can be changed if all plot items have exactly the same underlying table. | |
| ChangeTableForPlotItems(IEnumerableIGPlotItem) | Changes the underlying table for the provided plot items, using the new data table in NewTable. | |
| ChangeTableForPlotItems(IEnumerableIGPlotItem, DataTable) | Changes the underlying table for the provided plot items. | |
| Clone | Creates a new object that is a copy of the current instance. | |
| CollectColumnNamesFromIColumnPlotData | Collects the column names from the provided plot items and organizes them in groups (see ColumnNames), one group for each plot item. See remarks for why to organize in groups. | |
| CollectColumnNamesFromPlotItems | Collects the column names from the provided plot items and organizes them in groups (see ColumnNames), one group for each plot item. See remarks for why to organize in groups. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ShowChangeTableForSelectedItemsDialog(IEnumerableIColumnPlotData) | Shows a dialog that allows to change the underlying data table for the provided plot items. | |
| ShowChangeTableForSelectedItemsDialog(IEnumerableIGPlotItem) | Shows a dialog that allows to change the underlying data table for the provided plot items. | |
| TestChangeTableForPlotItems | Tests to changes the underlying table for the plot items, and output a statistics. | |
| TestChangeTableForPlotItems(IEnumerableIGPlotItem, DataTable) | Tests to changes the underlying table for the provided plot items, and output a statistics. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |