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