Plot |
The PlotColumnInformation type exposes the following members.
| Name | Description | |
|---|---|---|
| _isDirty | Indicates whether the information has changed. | |
| _nameOfUnderlyingDataColumn | If the underlying column is or was a data column, then here we store the data column's name. | |
| _plotColumnBoxState | The visual state of the plot column box. | |
| _plotColumnBoxStateIfColumnIsMissing | Gives the plot column box state if the column is missing. | |
| _plotColumnBoxText | The text shown in the plot column box. | |
| _plotColumnToolTip | The tooltip shown for the plot column box. | |
| _supposedDataTable | The data table that is supposed to be the parent data table of the column. | |
| _supposedGroupNumber | The group number that is supposed to be the group number of the column. | |
| _transformation | The transformation applied to the underlying column. | |
| _transformationBoxText | The text shown in the transformation box. | |
| _transformationToolTip | The tooltip shown for the transformation box. | |
| _underlyingColumn | The underlying column without any transformation applied. |