ChartShapeType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ChartShapeType extends System.Enum
Represents a shape of chart.
Fields
Field | Description |
---|---|
NotDefined | Chart shape is not defined. |
Box | Specifies the chart shall be drawn with a box shape. |
Cone | 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 | Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value. |
Cylinder | Specifies the chart shall be drawn as a cylinder. |
Pyramid | 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 | Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value. |
NotDefined
public static final int NotDefined
Chart shape is not defined.
Box
public static final int Box
Specifies the chart shall be drawn with a box shape.
Cone
public static final int Cone
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
public static final int ConeToMax
Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
Cylinder
public static final int Cylinder
Specifies the chart shall be drawn as a cylinder.
Pyramid
public static final int Pyramid
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
public static final int PyramidToMaximum
Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.