corelibraries-devexpress-dot-xtracharts-dot-bar3dmodel.md
Lists the values that specify models for Bar 3D series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum Bar3DModel
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum Bar3DModel
| 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.
|
The following properties accept/return Bar3DModel values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | Bar3DSeriesView.Model |
| WinForms Controls | Bar3DSeriesViewModel.Model |
Values listed by the Bar3DModel enumeration are used to set the Bar3DSeriesView.Model property.
See Also