Axis2D.InterlacedFillStyle Property
Gets the interlaced fill style settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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