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

AxisBase.Interlaced Property

Gets or sets whether interlacing is applied to the axis.

Namespace: DevExpress.WinUI.Charts

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateRendering")]
public bool Interlaced { get; set; }

Property Value

Type Description
Boolean

true to apply interlacing; otherwise, false.

Remarks

To specify the interlaced color, use the AxisBase.InterlacedBrush property.

See Also