Assembly: Drawing;
The IGxColorScale interface is used to work with a color scale.
IGxColorScale
To get the object of this type, cast the value returned by the IEaxTableStyle.IndicatorScale property to IGxColorScale.
| Property name | Brief description | |
![]() |
Color | The Color property determines the color of selected scale interval. |
![]() |
EndColor | The EndColor property determines the end scale color. |
![]() |
StartColor | The StartColor property determines primary color of the scale. |
| 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: