Skip to main content
A newer version of this page is available. .

AxisBase.VisualRangeStartValue Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Object

The visual range’s start value.

Remarks

To specify the visual range’s end value, set the axis’ VisualRangeEndValue property.

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

See Also