TdxRangeControlDateTimeScale.Active Property
Specifies if the date/time scale is active.
Declaration
property Active: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
The “active” status of the range control‘s date/time scale(s) has a different meaning in the case of different TdxRangeControlDateTimeScale class descendants:
If the predefined date/time header scale‘s Active property is set to True, the scale is used as the range control’s primary scale regardless of its visibility;
If the predefined date/time scale‘s Active property is set to True, the scale becomes visible and is used as the range control’s only scale.
See Also