Skip to main content

AxisStyle.InterlacedColor Property

Specifies the interlaced color.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public Color InterlacedColor { get; set; }

#Property Value

Type Description
Color

A Color object that specifies the interlaced color.

#Remarks

Set the InterlacedVisible property to True to make a chart diagram’s background striped by alternating two colors. To change the color, use the InterlacedColor property.

See Also