public final class ChartShapeType
extends com.aspose.ms.System.Enum
Represents a shape of chart.
Modifier and Type | Field and Description |
---|---|
static int |
Box
Specifies the chart shall be drawn with a box shape.
|
static 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.
|
static int |
ConeToMax
Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
|
static int |
Cylinder
Specifies the chart shall be drawn as a cylinder.
|
static int |
NotDefined
Chart shape is not defined.
|
static 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.
|
static int |
PyramidToMaximum
Specifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
Chart shape is not defined.
public static final int Box
Specifies the chart shall be drawn with a box shape.
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.
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.
public static final int Cylinder
Specifies the chart shall be drawn as a cylinder.
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.
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.