Plot |
The PlotColumnInformation type exposes the following members.
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. |