Axis2D.InterlacedFillStyle Property
In This Article
Gets the interlaced fill style settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle InterlacedFillStyle { get; }
#Property Value
Type | Description |
---|---|
Rectangle |
A Rectangle |
#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