Back to Devexpress

Bar3DModel Enum

corelibraries-devexpress-dot-xtracharts-dot-bar3dmodel.md

latest1.6 KB
Original Source

Bar3DModel Enum

Lists the values that specify models for Bar 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum Bar3DModel
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum Bar3DModel

Members

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.

|

The following properties accept/return Bar3DModel values:

LibraryRelated API Members
Cross-Platform Class LibraryBar3DSeriesView.Model
WinForms ControlsBar3DSeriesViewModel.Model

Remarks

Values listed by the Bar3DModel enumeration are used to set the Bar3DSeriesView.Model property.

See Also

DevExpress.XtraCharts Namespace