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

AxisBase.WholeRangeAutoCorrect Property

Specifies whether to calculate the axis whole range based on the underlying data.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "WholeRangeAutoCorrectChanged")]
public bool WholeRangeAutoCorrect { get; set; }

Property Value

Type Description
Boolean

true if the whole range limits are automatically calculated; otherwise, false.

See Also