Skip to main content

Bar3DModel Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(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