Back to Devexpress

ChartRangeControlClientBase.GridLinesBrush Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-chartrangecontrolclientbase-2405c9b3.md

latest1.9 KB
Original Source

ChartRangeControlClientBase.GridLinesBrush Property

Gets or sets chart client grid lines’ color. This is a dependency property.

Namespace : DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SolidColorBrush GridLinesBrush { get; set; }
vb
Public Property GridLinesBrush As SolidColorBrush

Property Value

TypeDescription
SolidColorBrush

A brush that specifies the grid lines’ color.

|

Remarks

Before using the GridLinesBrush property, make sure the ChartRangeControlClientBase.ShowGridLines property is set to true.

The following image demonstrates the GridLinesBrush property in action for the DateTimeChartRangeControlClient. The property value is set to “Red”.

See Also

ChartRangeControlClientBase Class

ChartRangeControlClientBase Members

DevExpress.Xpf.Charts.RangeControlClient Namespace