Back to Devexpress

Axis2D.InterlacedFillStyle Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-619ef45d.md

latest1.7 KB
Original Source

Axis2D.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 RectangleFillStyle InterlacedFillStyle { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property InterlacedFillStyle As RectangleFillStyle

Property Value

TypeDescription
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

Interlaced

InterlacedColor

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace