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

AxisBase.WholeRangeStartValue Property

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

Property Value

Type Description
Object

The whole range’s start value.

Remarks

To specify the whole range’s start value, set the axis’ WholeRangeStartValue property.

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

See Also