| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ChartShapeType>
com.spire.presentation.charts.ChartShapeType
public enum ChartShapeType
Represents a shape of chart.
| Enum Constant Summary | |
|---|---|
| BOXSpecifies the chart display with a box shape. | |
| CONESpecifies the chart display 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. | |
| CONE_TO_MAXSpecifies the chart display with truncated cones such that the point of the cone would be the maximum data value. | |
| CYLINDERSpecifies the chart display as a cylinder. | |
| NONEChart shape is not defined. | |
| PYRAMIDSpecifies the chart display 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. | |
| PYRAMID_TO_MAXIMUMSpecifies the chart display with truncated cones such that the point of the cone would be the maximum data value. | |
| Method Summary | |
|---|---|
| static ChartShapeType | getChartShapeTypeFromValue(long value)Get ChartShapeType from value | 
|  java.lang.String | getName()Gets the name | 
|  int | getValue()Gets the value | 
| Enum Constant Detail | 
|---|
public static final ChartShapeType NONE
public static final ChartShapeType BOX
public static final ChartShapeType CONE
public static final ChartShapeType CONE_TO_MAX
public static final ChartShapeType CYLINDER
public static final ChartShapeType PYRAMID
public static final ChartShapeType PYRAMID_TO_MAXIMUM
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
public static ChartShapeType getChartShapeTypeFromValue(long value)
value - 
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||