Skip to main content

TdxRangeControlNumericClientProperties Class

A Numeric range selection and visualization model.

Declaration

TdxRangeControlNumericClientProperties = class(
    TdxRangeControlCustomNumericClientProperties
)

Remarks

The Numeric range model allows you to select ranges of integer, float, or currency values, depending on the selected value type.

The TdxRangeControlNumericClientProperties class does not introduce any new functionality except for publishing properties from its ancestor classes and initializing the ScaleIntervalMinWidth property to 5, to underpin the Numeric range model’s design. For detailed information on class members providing the data range model’s core functionality, refer to the TdxRangeControlCustomClientProperties class description.

A TdxRangeControlNumericClientProperties object is referenced by the range control’s ClientProperties property. To access the members specific to the Numeric data range model, cast the ClientProperties property to the TdxRangeControlNumericClientProperties class.

To assign the Numeric data range model to the range control, use its ClientPropertiesClassName or ClientPropertiesClass property. For additional information, refer to the Data Range Selection and Visualization Models topic.

See Also