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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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”.
See Also