Skip to main content

AxisBase.InterlacedBrush Property

Gets or sets the interlacing color.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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