TdxRangeControlDateTimeScale.ScaleUnit Property
Returns the measurement unit used to graduate the date/time scale.
Declaration
property ScaleUnit: TdxRangeControlDateTimeScaleUnit read;
Property Value
Type |
---|
TdxRangeControlDateTimeScaleUnit |
Remarks
You can use this property only to identify the measurement unit used by the scale. To create a scale graduated using a specific measurement unit, pass it as the AScaleUnit parameter of the scale’s constructor. For the full list of supported measurement units, refer to the TdxRangeControlDateTimeScaleUnit type description.
See Also