Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeCustomScale.ScaleType Property

Returns the actual type of the scale object.

#Declaration

Delphi
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