Axis3DModel.InterlacedFillStyle Property
Gets or sets the model of the interlaced fill style of the modeled 3D axis.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public RectangleFillStyle3DModel InterlacedFillStyle { get; }
Property Value
Type | Description |
---|---|
RectangleFillStyle3DModel | The model of the interlaced fill style. |
See Also