Skip to main content

Axis2D.InterlacedFillStyle Property

Gets the interlaced fill style settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangleFillStyle InterlacedFillStyle { get; }

Property Value

Type Description
RectangleFillStyle

A RectangleFillStyle object which specifies the interlaced fill style.

Remarks

The InterlacedFillStyle property provides settings that specify how the interlaced diagram regions are painted. Refer to the RectangleFillStyle class description for detailed information.

See Also