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

AxisBase.InterlacedBrush Property

Gets or sets the interlacing color.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateActualAxisStyleSetting")]
public SolidColorBrush InterlacedBrush { get; set; }

Property Value

Type Description
SolidColorBrush

The interlacing color.

Remarks

Set the AxisBase.Interlaced property to true to enable interlacing.

See Also