Skip to main content

AxisBase.ShowMinorGridlines Property

Specifies whether or not to show minor gridlines.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool ShowMinorGridlines { get; set; }

#Property Value

Type Description
Boolean

true, to display minor gridlines; otherwise - false;

See Also