Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public SolidColorBrush GridLinesBrush { get; set; }

Property Value

Type Description
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”.

ChartClient_GridLinesBrush

See Also