|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<chartlegendpositiontype>
com.spire.presentation.charts.chartlegendpositiontype
public 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 |
---|
public static final chartlegendpositiontype none
public static final chartlegendpositiontype bottom
public static final chartlegendpositiontype left
public static final chartlegendpositiontype right
public static final chartlegendpositiontype top
public static final chartlegendpositiontype top_right
method detail |
---|
public java.lang.string getname()
public int getvalue()
public static chartlegendpositiontype getchartlegendpositiontypefromvalue(long value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |