Skip to main content

TdxRangeControlDateTimeScales.Day Property

Provides access to the predefined scale graduated in days.

Declaration

property Day: TdxRangeControlDateTimeScale read; write;

Property Value

Type
TdxRangeControlDateTimeScale

Remarks

You can use the Day.Active and Day.Visible properties to switch the “active” status and visibility of the range control‘s predefined scale graduated in days. For the full list of available options, refer to the TdxRangeControlPredefinedDateTimeScale or TdxRangeControlPredefinedDateHeaderScale class description, depending on the date/time selection and visualization model currently employed by the range control.

See Also