Click or drag to resize

GroupOfColumnsInformation Structure

Bundles a set of column informations of columns belonging to each other. For instance, in a 3D-Plot, the columns 'X', 'Y' and 'Z' belonging to each other. Other examples of column groups are the columns needed for a vector style, or for an error style.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Graph.Plot.DataGroupOfColumnsInformation

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

The GroupOfColumnsInformation type exposes the following members.

Constructors
 NameDescription
Public methodGroupOfColumnsInformation Creates an instance of GroupOfColumnsInformation.
Top
Methods
 NameDescription
Public methodDeconstruct Deconstruct 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 fieldColumnInfos The information about the columns in this column group.
Public fieldNameOfColumnGroup Name of the column group, e.g. 'X-Y-Data'.
Top
See Also