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

Bar3DSeriesViewModel.FillStyle Property

Returns the model of the fill style of the modeled 3D Bar series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[AllocateToGroup("Appearance")]
public RectangleFillStyle3DModel FillStyle { get; }

Property Value

Type Description
RectangleFillStyle3DModel

The fill style model.

See Also