Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGaugeCustomRange.ValueStart Property

Specifies the start position of the range bar on a quantitative scale.

#Declaration

Delphi
property ValueStart: Single read; write;

#Property Value

Type
Single

#Remarks

The ValueStart and ValueEnd property values determine the range bar’s size and position on a linear, arc, or wide-circular scale’s layout.

The ValueStart property’s value cannot be greater or less than the quantitative scale’s OptionsView.MaxValue or OptionsView.MinValue property values, respectively. If you assign a value exceeding the current OptionsView.MaxValue property value, the ValueStart property assumes the OptionsView.MaxValue property value. If you assign the value lesser than the current OptionsView.MinValue property value, the ValueStart property assumes the OptionsView.MinValue property value. Refer to the How to Work with Scale Range Bars topic for more information on ranges.

Note

If the LinkedWithScaleValue property is set to rlsvValueStart, the ValueStart property value is ignored, and the range bar starts from the point corresponding to the current scale’s value.

See Also