com.aspose.slides
Class ChartShapeTypeEx

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.ChartShapeTypeEx

public final class ChartShapeTypeEx
extends com.aspose.ms.System.Enum

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, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final int NotDefined

Chart shape is not defined.

See Also:
Constant Field Values

Box

public static final int Box

Specifies the chart shall be drawn with a box shape.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

Cylinder

public static final int Cylinder

Specifies the chart shall be drawn as a cylinder.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values