Skip to main content

AxisBase.WholeRangeEndValue Property

Specifies the whole 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 = "WholeRangeEndValueChanged")]
public object WholeRangeEndValue { get; set; }

Property Value

Type Description
Object

The whole 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