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

ChartAxisY.ShowGridLines Property

Gets or sets whether to show grid lines for a Y-axis.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public bool ShowGridLines { get; set; }

Property Value

Type Description
Boolean

true, to show grid lines for a Y-axis; otherwise, false.

See Also