TdxRangeControlCustomDateTimeClientProperties.Scales Property
Provides access to all scales that can be displayed on the range control‘s ruler provided by a date/time client.
Declaration
property Scales: TdxRangeControlDateTimeScales read; write;
Property Value
Type |
---|
TdxRangeControlDateTimeScales |
Remarks
You can use this property to switch the visibility of particular date/time scales on the range control’s ruler and customize their settings. For detailed information on available scale types and options provided by the range control’s date/time clients, refer to the TdxRangeControlDateTimeScales class description.
See Also