Click or drag to resize

XAndYColumnGetYKind Method

Gets the kind of the Y 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 GetYKind()

Return Value

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