Column |
public class ColumnPlotDataExchangeTableData : ColumnPlotDataExchangeDataBase, ICloneable
The ColumnPlotDataExchangeTableData type exposes the following members.
Name | Description | |
---|---|---|
ColumnPlotDataExchangeTableData(IEnumerableIColumnPlotData, DataTable) | Initializes a new instance of the ColumnPlotDataExchangeTableData class | |
ColumnPlotDataExchangeTableData(IEnumerableIGPlotItem, DataTable) | Initializes a new instance of the ColumnPlotDataExchangeTableData class |
Name | Description | |
---|---|---|
ColumnNames | Gets the column names currently used by the plot items. The list contains tuples, consisting of the name of the plot item, and the list of column names this plot items uses. | |
NewTable | Gets or sets the table, that should become the new data table of the plot items. | |
OriginalTable | Gets or sets the original table used by the plot items. | |
PlotItemsOrPlotData |
Gets or sets the plot items or plot data, for which either the underlying data table or data columns should be changed.
(Inherited from ColumnPlotDataExchangeDataBase) |
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) |