Skip to main content
A newer version of this page is available. .

XYDiagram3DModel.FillStyle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
RectangleFillStyle3DModel

The fill style model.

See Also