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

          IGxScale

          IGxColorScale

          ITabFormatScale

Comments

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

Properties

  Property name Brief description
Outdated. The ScaleType property determines the type of color scale.
The TargetType property determines application area of the color scale.
Outdated. The UseAutoColors property determines whether the automatic color generation is used for the scale intervals.

Properties inherited from IGxColorScale

  Property name Brief description
The Color property determines the color of selected scale interval.
The EndColor property determines the end scale color.
The StartColor property determines primary color of the scale.

Properties inherited from IGxScale

  Property name Brief description
The AutoCalculable property determines whether interval values should be calculated automatically.
The IntervalsCount property determines the number of intervals.
The Item property determines an interval value by index.
The Type property determines a styles table type.
The UseAutoValues property determines whether value autoselection should be used.

Methods

  Property name Brief description
The GetAutoColor method returns the color by index.
The GetIntervalValueBound method gets interval border.
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.
The Recalc method recalculates color scale.

See also:

Tab Assembly Interfaces