The GxScaleType enumeration is used to determine a scale type.
It is used by the following property:
IGxScale.Type.
Value | Brief description |
0 | Linear. Linear scale. |
1 | EqualValues. A scale with the specified number of intervals. |
Linear. The number of intervals is equal to the number of values in range. The number can be received in the IGxScale.IntervalsCount property.
EqualValues. Each scale interval contains equal number of values. The number of intervals is set in the IGxScale.IntervalsCount property.
See also: