Skip to main content

AxisBase.GridSpacingAuto Property

Specifies whether the chart automatically calculates the distance between gridlines based on the major tickmarks.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Boolean

true if the distance between gridlines is calculated automatically; otherwise, false.

See Also