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

TdxRangeControlPredefinedDateTimeScale Class

A scale displayed by the range control employing the Date/Time data range selection and visualization model.

#Declaration

Delphi
TdxRangeControlPredefinedDateTimeScale = class(
    TdxRangeControlDateTimeScale
)

#Remarks

This class extends its ancestor with the DisplayFormat property that allows you to apply a specific formatting to tickmark labels displayed by the scale. For descriptions of the public properties and methods related to the core date/time scale functionality, refer to the TdxRangeControlDateTimeScale class description.

A TdxRangeControlPredefinedDateTimeScale object is referenced by:

Since all predefined date/time scales are referenced as a TdxRangeControlDateTimeScale object, you need to cast it to the TdxRangeControlPredefinedDateTimeScale type in order to access all of its members.

#Inheritance

See Also