Skip to main content

AxisBase.ShowMajorGridlines Property

Specifies whether or not to show major gridlines.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public bool ShowMajorGridlines { get; set; }

#Property Value

Type Description
Boolean

true, to display major gridlines; otherwise - false;

See Also