chartlegendpositiontype-ag凯发旗舰厅



com.spire.presentation.charts
enum chartlegendpositiontype

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

public enum chartlegendpositiontype
extends java.lang.enum<chartlegendpositiontype>

indicates a position of legend on a chart.


enum constant summary
bottom
          indicates the legend display at the bottom of the chart.
left
          indicates the legend display at the left of the chart.
none
          position is not defined.
right
          indicates the legend display at the right of the chart.
top
          indicates the legend display at the top of the chart.
top_right
          indicates the legend display at the top right of the chart.
 
method summary
static chartlegendpositiontype getchartlegendpositiontypefromvalue(long value)
          get chartlegendpostiontype from value
 java.lang.string getname()
          get the name
 int getvalue()
          get the value
 
enum constant detail

none

public static final chartlegendpositiontype none
position is not defined.

bottom

public static final chartlegendpositiontype bottom
indicates the legend display at the bottom of the chart.

left

public static final chartlegendpositiontype left
indicates the legend display at the left of the chart.

right

public static final chartlegendpositiontype right
indicates the legend display at the right of the chart.

top

public static final chartlegendpositiontype top
indicates the legend display at the top of the chart.

top_right

public static final chartlegendpositiontype top_right
indicates the legend display at the top right of the chart.
method detail

getname

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

getvalue

public int getvalue()
get the value
returns:

getchartlegendpositiontypefromvalue

public static chartlegendpositiontype getchartlegendpositiontypefromvalue(long value)
get chartlegendpostiontype from value
parameters:
value -
returns:


网站地图