Click or drag to resize

PlotColumnInformationInternal Properties

The ColumnPlotDataExchangeColumnsControllerPlotColumnInformationInternal type exposes the following members.

Properties
 NameDescription
Public propertyColumnThe column itself.
(Inherited from PlotColumnInformation)
Public propertyColumnSetterAction to set the column property back in the style, if Apply of this controller is called. First argument is the column, second argument is the supposed parent data table, third the group number.
Public propertyLabelLabel that will be shown to indicate the column's function, e.g. "X" for an x-colum.
Public propertyNameOfDataColumn Gets the name of the (underlying) data column, or null if this instance holds another column, or the name is unkown.
(Inherited from PlotColumnInformation)
Public propertyPlotColumnBoxStateState of the column textbox. Depending on the state, the background of the textbox will assume different colors.
(Inherited from PlotColumnInformation)
Public propertyPlotColumnBoxStateIfColumnIsMissing Set the plot column box state that is used if the column is missing.
(Inherited from PlotColumnInformation)
Public propertyPlotColumnBoxTextThe text that will be shown in the plot column text box.
(Inherited from PlotColumnInformation)
Public propertyPlotColumnToolTipThe tooltip that will be shown when the user hovers over the plot column text box.
(Inherited from PlotColumnInformation)
Public propertySupposedDataTable The data table that is supposed to be the parent data table of the column.
(Inherited from PlotColumnInformation)
Public propertyTransformation The column transformation.
(Inherited from PlotColumnInformation)
Public propertyTransformationTextToShowThis text will be shown in the transformation text box.
(Inherited from PlotColumnInformation)
Public propertyTransformationToolTipThe tooltip that will be shown when the user hovers over the transformation text box.
(Inherited from PlotColumnInformation)
Public propertyUnderlyingColumn
(Inherited from PlotColumnInformation)
Top
See Also