Aspose::Cells::Charts::Bar3DShapeType enum
Bar3DShapeType enum
Represents the shape used with the 3-D bar or column chart.
enum class Bar3DShapeType
Values
| Name | Value | Description |
|---|---|---|
| Box | 0 | Box. |
| PyramidToPoint | 1 | PyramidToPoint. |
| PyramidToMax | 2 | PyramidToMax. |
| Cylinder | 3 | Cylinder. |
| ConeToPoint | 4 | ConeToPoint. |
| ConeToMax | 5 | ConeToMax. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++