Back to Devexpress

Axis3D.InterlacedFillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-axis3d-9daee1b1.md

latest1.8 KB
Original Source

Axis3D.InterlacedFillStyle Property

Gets the interlaced fill style settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle3D InterlacedFillStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property InterlacedFillStyle As RectangleFillStyle3D

Property Value

TypeDescription
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

Interlaced

InterlacedColor

Axis3D Class

Axis3D Members

DevExpress.XtraCharts Namespace