Assembly: Tab;
The ITabFormatNumericScale property is used to work with a numeric scale.
IGxScale
ITabFormatNumericScale
To get the object of the type, it is required the following:
The ITabFormatCondition.Type property must get the TabConditionType.NumericScale value.
The value returned by the ITabFormatCondition.Details property must be bring to ITabFormatNumericScale.
Property name | Brief description | |
TargetType | The TargetType property determines the numeric scale purpose. |
Property name | Brief description | |
EndValue | The EndValue property determines final value of the numeric scale. | |
StartValue | The StartValue property determines initial value of the numeric scale. | |
Value | The Value property determines numeric value scale by interval index. |
Method name | Brief description | |
GetMaxValue | The GetMaxValue method returns the maximum value of the numeric scale. | |
GetMinValue | The GetMinValue method returns the minimum value of the numeric scale. |
See also: