Skip to main content

ChartAxisY.ShowGridLines Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public bool ShowGridLines { get; set; }

Property Value

Type Description
Boolean

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

See Also