ITabFormatScale

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The ITabFormatScale interface contains properties of conditional formatting that forms the color scale based on the cells values.

Inheritance hierarchy

          IGxColorScale

          ITabFormatScale

Comments

Conditional formatting parameters are set in the ITabFormatCondition.Details property.

Properties

  Property name Brief description
The Color property determines the color of selected scale interval.
The EndColor property determines the end scale color.
The IntervalsCount property determines the number of color scale intervals.
The ScaleType property determines the type of color scale.
The StartColor property determines primary color of the scale.
The TargetType property determines application area of the color scale.
The UseAutoColors property determines, whether the automatic color generation is used for the scale intervals.

Methods

  Property name Brief description
The GetUsedIntervalIndex method is used to get the number of scale intervals in use.
The GetUsedIntervalsCount method is used to get index of scale interval by the index of interval in use.

See also:

Tab Assembly Interfaces