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.ValueEnd Property

Specifies the range bar‘s fixed ending point position within a quantitative scale.

#Declaration

Delphi
property ValueEnd: Single read; write;

#Property Value

Type
Single

#Remarks

The range bar’s starting and ending points are anchored to the ValueStart and ValueEnd property value positions on a quantitative scale.

The quantitative scale’s OptionsView.MinValue and OptionsView.MaxValue properties limit the range of values that can be assigned to the ValueEnd property. If an assigned value is either less than the first or exceeds the latter value, ValueEnd is set to OptionsView.MinValue or OptionsView.MaxValue, respectively. For additional information on range bars, refer to the How to Work with Scale Range Bars topic.

Note

If the LinkedWithScaleValue property is set to rlsvValueEnd, the ValueEnd property value is ignored, and the range bar ends at the point corresponding to the current scale’s value.

See Also