TdxGaugeCustomScale.ScaleType Property
Returns the actual type of the scale object.
Declaration
property ScaleType: TdxGaugeScaleType read;
Property Value
Type |
---|
TdxGaugeScaleType |
Remarks
This property allows you to identify the actual type of a scale in the Gauge Control‘s Scales collection. The ScaleType property is useful when you need to identify the type to which you need to cast a scale object in order to access its type-specific properties programmatically.
Refer to the TdxGaugeScaleType type’s description for the full list of available scale types.
See Also