Skip to main content

BarShape Enum

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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.

Related API Members

The following properties accept/return BarShape values:

Remarks

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

See Also