Skip to main content

Axis3D.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 RectangleFillStyle3D InterlacedFillStyle { get; }

Property Value

Type Description
RectangleFillStyle3D

A RectangleFillStyle3D 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 RectangleFillStyle3D class description for detailed information.

See Also