Bar3DSeriesViewModel.FillStyle Property
Returns the model of the fill style of the modeled 3D Bar series view.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("Appearance")]
public RectangleFillStyle3DModel FillStyle { get; }
Property Value
Type | Description |
---|---|
RectangleFillStyle3DModel | The fill style model. |
See Also