ChartShapeType Enumeration
|
Represents a shape of chart.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ChartShapeType
Public Enumeration ChartShapeType
public enum class ChartShapeType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
Chart shape is not defined.
|
|
|
Box
|
0
|
Specifies the chartdisplay with a box shape.
|
|
|
Cone
|
1
|
Specifies the chartdisplay 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 chartdisplay with truncated cones such that the point of the cone would be the maximum data value.
|
|
|
Cylinder
|
3
|
Specifies the chartdisplay as a cylinder.
|
|
|
Pyramid
|
4
|
Specifies the chartdisplay 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 chartdisplay with truncated cones such that the point of the cone would be the maximum data value.
|
See Also