Click or drag to resize

ColumnInformationSimple Structure

Gui information about a required column, for instance for selection of rows.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Graph.Plot.DataColumnInformationSimple

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct ColumnInformationSimple

The ColumnInformationSimple type exposes the following members.

Constructors
 NameDescription
Public methodColumnInformationSimple Creates an instance of ColumnInformationSimple.
Top
Methods
 NameDescription
Public methodDeconstruct Deconstructs this instance into its parts.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldColumn The column as it was at the time of this call. Can be null if the column currently could not be resolved.
Public fieldColumnLabel The label of this column for user convenience. An example would be 'X' to label an X-column.
Public fieldColumnName The name of the column (e.g. the column name in the underlying table), last part of the column proxies document path. Can be null if the user has no column attached currently.
Public fieldSetColumnAction Designates the action to set the column. First argument are the column, 2nd argument are the underlying table of the column, and 3rd argument is the group number of the column.
Top
See Also