Skip to main content

AxisBase.GridSpacingAuto Property

Gets or sets a value that specifies whether the spacing of gridlines is calculated automatically based upon the major tickmarks of the axis.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool GridSpacingAuto { get; set; }

Property Value

Type Description
Boolean

true, if grid spacing is performed automatically; otherwise, false.

See Also