Click or drag to resize

PlotColumnInformation Properties

The PlotColumnInformation type exposes the following members.

Properties
 NameDescription
Public propertyColumnThe column itself.
Public propertyNameOfDataColumn Gets the name of the (underlying) data column, or null if this instance holds another column, or the name is unkown.
Public propertyPlotColumnBoxStateState of the column textbox. Depending on the state, the background of the textbox will assume different colors.
Public propertyPlotColumnBoxStateIfColumnIsMissing Set the plot column box state that is used if the column is missing.
Public propertyPlotColumnBoxTextThe text that will be shown in the plot column text box.
Public propertyPlotColumnToolTipThe tooltip that will be shown when the user hovers over the plot column text box.
Public propertySupposedDataTable The data table that is supposed to be the parent data table of the column.
Public propertyTransformation The column transformation.
Public propertyTransformationTextToShowThis text will be shown in the transformation text box.
Public propertyTransformationToolTipThe tooltip that will be shown when the user hovers over the transformation text box.
Public propertyUnderlyingColumn 
Top
See Also