Skip to main content

AxisBase.ShowMajorGridlines Property

Specifies whether or not to show major gridlines.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateAxisLayout")]
public bool ShowMajorGridlines { get; set; }

Property Value

Type Description
Boolean

true, to display major gridlines; otherwise - false;

See Also