ChartShapeType
ChartShapeType enumeration
Represents a shape of chart.
public enum 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
- assembly Aspose.Slides