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

AxisBase.InterlacedColor Property

Gets or sets the interlaced color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color InterlacedColor { get; set; }

Property Value

Type Description
Color

A Color structure which specifies the interlaced color.

Remarks

Set the AxisBase.Interlaced property to true to enable axis interlacing. To specify the interlaced fill style use the Axis2D.InterlacedFillStyle property (or Axis3D.InterlacedFillStyle).

Axis_Interlaced

See Also