Skip to main content
A newer version of this page is available. .

Bar3DModel Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Bar3DModel enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also