Axis3D.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 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