BarShape Enum
Lists shapes used to visualize a data point in 3D bar or column charts.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
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. |
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