Column |
public class ColumnPlotDataExchangeColumnsData : ColumnPlotDataExchangeDataBase, ICloneable
The ColumnPlotDataExchangeColumnsData type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnPlotDataExchangeColumnsData(IEnumerableIColumnPlotData) | Initializes a new instance of the ColumnPlotDataExchangeColumnsData class. |
![]() | ColumnPlotDataExchangeColumnsData(IEnumerableIGPlotItem) | Initializes a new instance of the ColumnPlotDataExchangeColumnsData class. |
Name | Description | |
---|---|---|
![]() | Columns | Gets the columns with common column group, column label, and column name for all plot items. After processing the data by a user dialog, the data also contain a field NewColumnName, which designates the new column name that should be used instead of the old. |
![]() | GroupNumber | |
![]() | 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 | |
---|---|---|
![]() ![]() | CanChangeCommonColumnsForItems | Determines whether it is possible to change one or more data columns with names that are common for all specified plot items. |
![]() ![]() | CanChangeCommonColumnsForPlotItems | Determines whether it is possible to change one or more data columns with names that are common for all specified plot items. |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | CollectCommonColumnNamesAndTablesFromItems | Collects the tuples of (ColumnGroupLabel, ColumnLabel, ColumnName) that are common to all plot items. Furthermore, it stores the underlying tables of the plot items in another collection _tables. |
![]() | CollectCommonColumnNamesAndTablesFromPlotItems | Collects the tuples of (ColumnGroupLabel, ColumnLabel, ColumnName) that are common to all plot items. Furthermore, it stores the underlying tables of the plot items in another collection _tables. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | ExchangeColumns | Exchanges the data columns of the plot items in PlotItemsOrPlotData, using the field NewTableName in each entry of Columns. |
![]() | ExchangeColumns(IEnumerableIColumnPlotData) | Exchanges the data columns of the plot items in the provided plot items, using the field NewTableName in each entry of Columns. |
![]() | ExchangeColumns(IEnumerableIGPlotItem) | Exchanges the data columns of the plot items in the provided plot items, using the field NewTableName in each entry of Columns. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetCommonColumnNames | Gets the common column names of all underlying tables of the plot items. This procedure is ignoring the group numbers of the columns. See GetCommonColumnNamesWithGroupNumber(Int32) if common column names with a specific group number should be retrieved. |
![]() | GetCommonColumnNamesWithGroupNumber | Gets the common column names of all underlying tables of the plot items with a specific group number. |
![]() | GetCommonGroupNumbersFromTables | Gets a sorted list of group numbers that are common to all underlying tables of the plot items. |
![]() | 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) |
![]() | SetNewColumnName | Sets the new name of the column. |
![]() ![]() | ShowChangeColumnsForSelectedItemsDialog(IEnumerableIColumnPlotData) | Shows a dialog that allows to change the underlying data table for the provided plot items. |
![]() ![]() | ShowChangeColumnsForSelectedItemsDialog(IEnumerableIGPlotItem) | Shows a dialog that allows to change the underlying data table for the provided plot items. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |