Assembly: Drawing;
Namespace: Prognoz.Platform.Interop.Drawing;
The IGxColorScale interface is used to work with a color scale.
IGxScale
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 should be calculated automatically. | |
IntervalsCount | The IntervalsCount property determines the number of intervals. | |
Item | The Item property determines an interval value by index. | |
Type | The Type property determines a styles table type. | |
UseAutoValues | The UseAutoValues property determines whether value autoselection should be used. |
See also: