Back to Devexpress

TdxRangeControlPredefinedDateTimeScale Class

vcl-dxrangecontrol-afea7792.md

latest2.9 KB
Original Source

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

TObject TPersistent TcxOwnedPersistent TdxRangeControlDateTimeScale TdxRangeControlPredefinedDateTimeScale

See Also

TdxRangeControlPredefinedDateHeaderScale

TdxRangeControlPredefinedDateTimeScale Members

dxRangeControl Unit