Skip to main content

TdxRangeControlPredefinedDateHeaderScale Class

A predefined scale employed by the Date/Time Header and Scheduler data range selection and visualization models.

Declaration

TdxRangeControlPredefinedDateHeaderScale = class(
    TdxRangeControlPredefinedDateTimeScale
)

Remarks

This class provides the GetDefaultDisplayText and GetDisplayText functions overriding the corresponding virtual functions introduced in ancestor classes. These functions implement the automatic scale label formatting functionality provided by the Date/Time Header and Scheduler data range models.

A TdxRangeControlPredefinedDateHeaderScale object is referenced by:

To access the Date/Time Header scale-specific members, cast a TdxRangeControlDateTimeScale object to the TdxRangeControlPredefinedDateHeaderScale class.

See Also