IGxScale

Assembly: Drawing;

Description

The IGxScale interface contains scale parameters.

Inheritance Hierarchy

          IGxScale

Comments

The scale corresponds with visualizer metrics and allows for setting up color and numeric scale parameters using the IGxColorScale and IGxNumericScale interfaces, respectively.

Properties

  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:

Drawing Assembly Interfaces