ITabFormatNumericScale

Assembly: Tab;

Description

The ITabFormatNumericScale property is used to work with a numeric scale.

Inheritance Hierarchy

          IGxScale

          IGxNumericScale

          ITabFormatNumericScale

Comments

To get the object of the type, it is required the following:

  1. The ITabFormatCondition.Type property must get the TabConditionType.NumericScale value.

  2. The value returned by the ITabFormatCondition.Details property must be bring to ITabFormatNumericScale.

Properties

  Property name Brief description
TargetType The TargetType property determines the numeric scale purpose.

Properties inherited from IGxNumericScale

  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.

Methods

  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:

Tab Assembly Interfaces