Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The ITabFormatScale interface contains properties of conditional formatting that forms the color scale based on the cells values.
IGxScale
IGxColorScale
ITabFormatScale
Conditional format parameters are set in the ITabFormatCondition.Details property.
| 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. |
| 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. |
| 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. |
| 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: