Back to Devexpress

BarShape Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-23907af7.md

latest1.7 KB
Original Source

BarShape Enum

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum BarShape
vb
Public Enum BarShape

Members

NameDescription
Auto

Default shape for the series type.

| | Box |

Box.

| | Cone |

Cone narrowing to value.

| | ConeToMax |

Cone truncated at value.

| | Cylinder |

Cylinder.

| | Pyramid |

Pyramid narrowing to value.

| | PyramidToMax |

Pyramid truncated at value.

|

The following properties accept/return BarShape values:

Remarks

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

See Also

DevExpress.Spreadsheet.Charts Namespace