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

Bar3DSeriesViewModel.Model Property

Gets or sets the value of the Bar3DSeriesView.Model within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[PropertyForOptions]
public Bar3DModel Model { get; set; }

Property Value

Type Description
Bar3DModel

The kind of the 3D bar model.

Available values:

Name Description
Box

Represents the Box 3D model.

Cylinder

Represents the Cylinder 3D model.

Cone

Represents the Cone 3D model.

Pyramid

Represents the Pyramid 3D model.

See Also