Skip to main content

XYDiagram3DModel.FillStyle Property

Returns the model of the fill style of the modeled Pseudo-3D Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public RectangleFillStyle3DModel FillStyle { get; }

Property Value

Type Description
RectangleFillStyle3DModel

The fill style model.

See Also