|
|||||||||
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 | |
---|---|
box
specifies the chart display with a box shape. |
|
cone
specifies 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_max
specifies the chart display with truncated cones such that the point of the cone would be the maximum data value. |
|
cylinder
specifies the chart display as a cylinder. |
|
none
chart shape is not defined. |
|
pyramid
specifies 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_maximum
specifies 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 |