ChartShapeType
Contents
[
Hide
]ChartShapeType enum
Represents a shape of chart.
enum class ChartShapeType
Values
Name | Value | Description |
---|---|---|
NotDefined | -1 | Chart shape is not defined. |
Box | 0 | Specifies the chart shall be drawn with a box shape. |
Cone | 1 | Specifies the chart shall be drawn as a cone, with the base of the cone on the floor and the point of the cone at the top of the data marker. |
ConeToMax | 2 | Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value. |
Cylinder | 3 | Specifies the chart shall be drawn as a cylinder. |
Pyramid | 4 | Specifies the chart shall be drawn as a rectangular pyramid, with the base of the pyramid on the floor and the point of the pyramid at the top of the data marker. |
PyramidToMaximum | 5 | Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value. |
See Also
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides