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.
IGxColorScale
ITabFormatScale
Conditional formatting parameters are set in the ITabFormatCondition.Details property.
| 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. | ||
| Outdated. Use IGxColorScale.Type. | ||
| The StartColor property determines primary color of the scale. | ||
| The TargetType property determines application area of the color scale. | ||
| Outdated. Use IGxColorScale.UseAutoValues. |
| 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: