Skip to main content

TdxGaugeCustomRange.ValueEnd Property

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

Declaration

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