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

FieldDescription
NotDefinedChart shape is not defined.
BoxSpecifies the chart shall be drawn with a box shape.
ConeSpecifies 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.
ConeToMaxSpecifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
CylinderSpecifies the chart shall be drawn as a cylinder.
PyramidSpecifies 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.
PyramidToMaximumSpecifies 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.