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

TdxRangeControlDateTimeScale.ScaleUnit Property

Returns the measurement unit used to graduate the date/time scale.

#Declaration

Delphi
property ScaleUnit: TdxRangeControlDateTimeScaleUnit read;

#Property Value

Type
TdxRangeControlDateTimeScaleUnit

#Remarks

You can use this property only to identify the measurement unit used by the scale. To create a scale graduated using a specific measurement unit, pass it as the AScaleUnit parameter of the scale’s constructor. For the full list of supported measurement units, refer to the TdxRangeControlDateTimeScaleUnit type description.

See Also