Back to Devexpress

AxisBase.GridLinesVisible Property

wpf-devexpress-dot-xpf-dot-charts-dot-axisbase-0916fe46.md

latest1.4 KB
Original Source

AxisBase.GridLinesVisible Property

Specifies whether to show axis grid lines.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool GridLinesVisible { get; set; }
vb
Public Property GridLinesVisible As Boolean

Property Value

TypeDescription
Boolean

true to display grid lines; otherwise - false ;

|

Remarks

The following table illustrates how the GridLinesVisible property works for the RadarLineSeries2D diagram.

GridLinesVisible = falseGridLinesVisible = true

See Also

AxisBase Class

AxisBase Members

DevExpress.Xpf.Charts Namespace