Back to Devexpress

Bar3DSeriesViewModel.Model Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-bar3dseriesviewmodel-d7397778.md

latest1.5 KB
Original Source

Bar3DSeriesViewModel.Model Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public Bar3DModel Model { get; set; }
vb
<PropertyForOptions>
Public Property Model As Bar3DModel

Property Value

TypeDescription
Bar3DModel

The kind of the 3D bar model.

|

Available values:

NameDescription
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

Bar3DSeriesViewModel Class

Bar3DSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace