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 color of color scale by interval index. | |
EndColor | The EndColor property determines end color of color scale. | |
StartColor | The StartColor property determines start color of color scale. |
See also: