Skip to main content
A newer version of this page is available. .

AxisBase.ShowMinorGridlines Property

Specifies whether or not to show minor gridlines.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Boolean

true, to display minor gridlines; otherwise - false;

See Also