Skip to main content
A newer version of this page is available. .

AxisStyle.InterlacedColor Property

Specifies the interlaced color.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

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