Skip to main content

Bar3DSeriesViewModel.Model Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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