Skip to main content

CustomAxisLabel.GridLineVisible Property

Gets or sets the value that specifies whether to show a grid line for the custom axis label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool GridLineVisible { get; set; }

Property Value

Type Description
Boolean

true, if a grid line should be visible; otherwise, false.

See Also