Back to Devexpress

CustomAxisLabel.GridLineVisible Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-bfcba1bb.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool GridLineVisible { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property GridLineVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace