Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BarShape Enum

Lists shapes used to visualize a data point in 3D bar or column charts.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum BarShape

Members

Name Description
Auto

Default shape for the series type.

Box

BarShape_Box

Box.

Cone

BarShape_Cone

Cone narrowing to value.

ConeToMax

BarShape_ConeToMax

Cone truncated at value.

Cylinder

BarShape_Cylinder

Cylinder.

Pyramid

BarShape_Pyramid

Pyramid narrowing to value.

PyramidToMax

BarShape_PyramidToMax

Pyramid truncated at value.

Remarks

Use the Series.Shape property to specify a shape used to display a series.

See Also