AxisStyle.InterlacedVisible Property
Specifies whether interlacing is applied to the axis.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public DefaultBoolean InterlacedVisible { get; set; }
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | A DefaultBoolean value. |
Available values:
| Name | Description |
|---|---|
| Default | The value is determined by the current object’s parent object setting (e.g., a control setting). |
| True | Corresponds to a Boolean value of true. |
| False | Corresponds to a Boolean value of false. |
Remarks
Set the InterlacedVisible property to True to make a chart diagram’s background striped by alternating two colors. To specify the interlaced color, use the InterlacedColor property.
The following images demonstrate how the InterlacedVisible property works.
InterlacedVisible = True | InterlacedVisible = False |
|---|---|
|
|

