Skip to main content

AxisBase.InterlacedBrush Property

Gets or sets the color of the axis interlacing.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Brush InterlacedBrush { get; set; }

Property Value

Type Description
Brush

A Brush object which specifies the color of the interlaced grid lines .

Remarks

Before using the InterlacedBrush property, make sure the AxisBase.Interlaced property is set to true.

The following image demonstrates the InterlacedBrush property in action for the RadarLineSeries2D diagram. The property value is set to “Bisque”.

AxisBase - InterlacedBrush - PapayaWhip

See Also