Click or drag to resize

PlotColumnInformation Methods

The PlotColumnInformation type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnChanged 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate(DataTable, Int32) Updates the information, assuming that the underlying data table is the same as before.
Public methodUpdate(DataTable, Int32, Boolean) Updates the information, indicating in hasTableChanged whether the underlying data table has changed.
Public methodUpdateWithNameOfUnderlyingDataColumn 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.
Top
See Also