A newer version of this page is available.
Switch to the current version.
Bar3DModel Enum
Lists the values that specify models for Bar 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum Bar3DModel
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum Bar3DModel
Members
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. |
Related API Members
The following properties accept/return Bar3DModel values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Bar3DSeriesView.Model |
WinForms Controls | Bar3DSeriesViewModel.Model |
Remarks
Values listed by the Bar3DModel enumeration are used to set the Bar3DSeriesView.Model property.
See Also
Feedback