Skip to main content

WholeAxisRange.AutoCorrect Property

Gets or sets a value indicating whether or not it is necessary to automatically correct range values when chart data has been changed.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AutoCorrect { get; set; }

Property Value

Type Description
Boolean

true, to automatically correct range values; otherwise, false.

See Also