AxisBase.InterlacedBrush Property
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
Property Value
Type | Description |
---|---|
SolidColorBrush | A SolidColorBrush object which specifies the color of the interlaced grid lines. |
Remarks
Before using the InterlacedBrush property, make sure the AxisBase.Interlaced property is set to true.
See Also