Skip to main content

TdxCustomRangeControl.VisibleRangeMinValue Property

Specifies the lowest value currently displayed by the range control.

Declaration

property VisibleRangeMinValue: TdxRangeEditValue read; write;

Property Value

Type
TdxRangeEditValue

Remarks

The VisibleRangeMinValue and VisibleRangeMaxValue properties specify the lower and upper bounds of the displayed range, corresponding to the start (0) and end (1) coordinates of the range control’s viewport area.

The VisibleRnageMinValue property value is specified in measurement units determined by the range control’s active data range selection and visualization model and its settings.

To specify the position of selection thumbs indicating the lower and upper bounds of the selected range (in measurement units used by the active/visible scale), use the SelectedRangeMinValue and SelectedRangeMaxValue properties, respectively.

See Also