Skip to main content

AxisBase.Interlaced Property

Gets or sets whether interlacing is applied to the axis.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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