Vector |
public enum ValueInterpretation
| Member name | Value | Description |
|---|---|---|
| AbsoluteDifference | 0 | The columns are absolute differences, i.e. absolute deviations from the nominal value. The target value is the nominal value plus this difference. |
| AbsoluteValue | 1 | The columns are interpretet as values that designate the target location of the vector. |
The VectorCartesicPlotStyleValueInterpretation 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) |