BarShape Enum
Lists shapes used to visualize a data point in 3D bar or column charts.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
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. |
Remarks
Use the Series.Shape property to specify a shape used to display a series.
See Also
Feedback