Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: 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