chartshapetype-ag凯发旗舰厅



com.spire.presentation.charts
enum chartshapetype

java.lang.object
  extended by java.lang.enum<chartshapetype>
      extended by com.spire.presentation.charts.chartshapetype
all implemented interfaces:
java.lang.comparable<chartshapetype>

public enum chartshapetype
extends java.lang.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

none

public static final chartshapetype none
chart shape is not defined.

box

public static final chartshapetype box
specifies the chart display with a box shape.

cone

public static final chartshapetype 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

public static final chartshapetype cone_to_max
specifies the chart display with truncated cones such that the point of the cone would be the maximum data value.

cylinder

public static final chartshapetype cylinder
specifies the chart display as a cylinder.

pyramid

public static final chartshapetype 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

public static final chartshapetype pyramid_to_maximum
specifies the chart display with truncated cones such that the point of the cone would be the maximum data value.
method detail

getname

public java.lang.string getname()
gets the name
returns:

getvalue

public int getvalue()
gets the value
returns:

getchartshapetypefromvalue

public static chartshapetype getchartshapetypefromvalue(long value)
get chartshapetype from value
parameters:
value -
returns:


网站地图