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
Property Value
Type | Description |
---|---|
Boolean | true to apply interlacing; otherwise, false. |
Remarks
To specify the interlaced color, use the AxisBase.InterlacedBrush property.
See Also