Skip to main content

TdxRangeControlCustomNumericClientProperties Class

The base class for all classes that implement numeric data range selection and visualization models employed by the range control.

Declaration

TdxRangeControlCustomNumericClientProperties = class(
    TdxRangeControlCustomClientProperties
)

Remarks

This class extends its ancestor with properties that allow you to:

  • Specify the actual numeric type of the range control’s scale (RangeValueType);

  • Identify if a particular numeric type is supported by a numeric data range model (IsRangeValueTypeSupported);

  • Specify the formatting pattern applied to the scale tickmark labels (DisplayFormat);

  • Convert the range specified in viewport coordinates to the actual range value (GetInterval).

You do not need to create instances of the TdxRangeControlCustomNumericClientProperties class. Use its descendant(s) instead. For additional information, refer to the Data Range Selection and Visualization Models topic.

See Also