AxisBase.InterlacedBrush Property
In This Article
Gets or sets the color of the axis interlacing.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public SolidColorBrush InterlacedBrush { get; set; }
#Property Value
Type | Description |
---|---|
Solid |
A Solid |
#Remarks
Before using the InterlacedBrush property, make sure the AxisBase.Interlaced property is set to true.
See Also