Skip to main content

CustomAxisLabelModel.GridLineVisible Property

Gets or sets the CustomAxisLabel.GridLineVisible property value within the chart model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
[PropertyForOptions("Behavior")]
public bool GridLineVisible { get; set; }

Property Value

Type Description
Boolean

true if a grid line is shown for the axis custom label; otherwise, false.

See Also