Click or drag to resize

PlotColumnInformation Fields

The PlotColumnInformation type exposes the following members.

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