Skip to main content

TdxRangeControlDateTimeScales.UnRegisterScale(TdxRangeControlDateTimeScale) Method

Removes the specified custom scale from the range control‘s scale set.

Declaration

procedure UnRegisterScale(AScale: TdxRangeControlDateTimeScale);

Parameters

Name Type
AScale TdxRangeControlDateTimeScale

Remarks

Call this function to remove a single date/time scale passed as the AScale parameter from the scale set. Normally, all scales within the set are destroyed when the scale set’s destructor is invoked.

See Also