Skip to main content

AxisBase.VisualRangeEndValue Property

Specifies the visual range’s end value in axis units.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "VisualRangeEndValueChanged")]
public object VisualRangeEndValue { get; set; }

Property Value

Type Description
Object

The visual range’s end value.

Remarks

To specify the visual range’s start value, set the axis’ VisualRangeStartValue property.

You can also use the SetVisualRangeValues method to specify both start and end values for the visual range.

See Also