Click or drag to resize

XAndYColumnGetXKind Method

Gets the kind of the X column as defined by the parent data table.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ColumnKind GetXKind()

Return Value

ColumnKind
The column kind of X, or V if unavailable.
See Also