IGxColorScale

Assembly: Drawing;

Namespace: Prognoz.Platform.Interop.Drawing;

Description

The IGxColorScale interface is used to work with a color scale.

Inheritance Hierarchy

          IGxScale

          IGxColorScale

Comments

To get the object of this type, cast the value returned by the IEaxTableStyle.IndicatorScale property to IGxColorScale.

Properties

  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:

Drawing Assembly Interfaces