Plot |
[Missing <summary> documentation for "T:Altaxo.Gui.Graph.Plot.Data.PlotColumnInformation"]
public class PlotColumnInformation
The PlotColumnInformation type exposes the following members.
Name | Description | |
---|---|---|
PlotColumnInformation | Initializes a new instance of the PlotColumnInformation class |
Name | Description | |
---|---|---|
Column | The column itself. | |
NameOfDataColumn | Gets the name of the (underlying) data column, or null if this instance holds another column, or the name is unkown. | |
PlotColumnBoxState | State of the column textbox. Depending on the state, the background of the textbox will assume different colors. | |
PlotColumnBoxStateIfColumnIsMissing | Set the plot column box state that is used if the column is missing. | |
PlotColumnBoxText | The text that will be shown in the plot column text box. | |
PlotColumnToolTip | The tooltip that will be shown when the user hovers over the plot column text box. | |
SupposedDataTable | The data table that is supposed to be the parent data table of the column. | |
Transformation | The column transformation. | |
TransformationTextToShow | This text will be shown in the transformation text box. | |
TransformationToolTip | The tooltip that will be shown when the user hovers over the transformation text box. | |
UnderlyingColumn |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnChanged | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
Update(DataTable, Int32) | Updates the information, assuming that the underlying data table is the same as before. | |
Update(DataTable, Int32, Boolean) | Updates the information, indicating in hasTableChanged whether the underlying data table has changed. | |
UpdateWithNameOfUnderlyingDataColumn | Warning! This function is intended for use with ColumnPlotDataExchangeColumnsController only, because there we only have column names, but no real columns. For all other controllers, use UnderlyingColumn, because in this case, you have a table at hand, where the column belongs to. Sets the name of underlying data column, and update the _plotColumnBoxText. |
Name | Description | |
---|---|---|
_isDirty | ||
_nameOfUnderlyingDataColumn | If the underlying column is or was a data column, then here we store the data column's name. | |
_plotColumnBoxState | ||
_plotColumnBoxStateIfColumnIsMissing | Gives the plot column box state if the column is missing. | |
_plotColumnBoxText | ||
_plotColumnToolTip | ||
_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 | ||
_transformationBoxText | ||
_transformationToolTip | ||
_underlyingColumn |