Assembly: Drawing;
The IGxScale interface contains scale parameters.
IGxScale
The scale corresponds with visualizer metrics and allows for setting up color and numeric scale parameters using the IGxColorScale and IGxNumericScale interfaces, respectively.
Property name | Brief description | |
AutoCalculable | The AutoCalculable property determines whether interval values are calculated automatically. | |
IntervalsCount | The IntervalsCount property determines the number of intervals. | |
Item | The Item property determines an scale interval value by index. | |
Type | The Type property determines a scale type. | |
UseAutoValues | The UseAutoValues property determines whether autoselection of scale minor values is used. |
See also: