Click or drag to resize

PlotColumnInformationInternal Fields

The ColumnPlotDataExchangeColumnsControllerPlotColumnInformationInternal type exposes the following members.

Fields
 NameDescription
Protected field_isDirty Indicates whether the information has changed.
(Inherited from PlotColumnInformation)
Protected field_nameOfUnderlyingDataColumn If the underlying column is or was a data column, then here we store the data column's name.
(Inherited from PlotColumnInformation)
Protected field_plotColumnBoxState The visual state of the plot column box.
(Inherited from PlotColumnInformation)
Protected field_plotColumnBoxStateIfColumnIsMissing Gives the plot column box state if the column is missing.
(Inherited from PlotColumnInformation)
Protected field_plotColumnBoxText The text shown in the plot column box.
(Inherited from PlotColumnInformation)
Protected field_plotColumnToolTip The tooltip shown for the plot column box.
(Inherited from PlotColumnInformation)
Protected field_supposedDataTable The data table that is supposed to be the parent data table of the column.
(Inherited from PlotColumnInformation)
Protected field_supposedGroupNumber The group number that is supposed to be the group number of the column.
(Inherited from PlotColumnInformation)
Protected field_transformation The transformation applied to the underlying column.
(Inherited from PlotColumnInformation)
Protected field_transformationBoxText The text shown in the transformation box.
(Inherited from PlotColumnInformation)
Protected field_transformationToolTip The tooltip shown for the transformation box.
(Inherited from PlotColumnInformation)
Protected field_underlyingColumn The underlying column without any transformation applied.
(Inherited from PlotColumnInformation)
Top
See Also