Column |
[SerializableAttribute] public enum ColumnKind
| Member name | Value | Description |
|---|---|---|
| V | 0 | Column values are the dependent variable, usually y in 2D plots or z in 3D plots. |
| X | 1 | Column values are the first independent variable. |
| Y | 2 | Column values are the second independent variable. |
| Z | 3 | Column values are the third independent variable. |
| Err | 4 | Column values are ± error values. |
| pErr | 5 | Column values are + error values. |
| mErr | 6 | Column values are - error values. |
| Label | 7 | Column values are labels. |
| Condition | 8 | Column values are the plot condition, i.e. if zero, the row is ignored during plotting. |
The ColumnKind type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |