|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.ChartShapeTypeEx
public final class ChartShapeTypeEx
Represents a shape of chart.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
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. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |