|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<chartdatalabelposition>
com.spire.presentation.charts.chartdatalabelposition
public enum chartdatalabelposition
indicates position of data labels.
enum constant summary | |
---|---|
best_fit
indicates data labels displayed in the best position. |
|
bottom
indicates data labels displayed below the data marker. |
|
center
indicates data labels displayed centered on the data marker. |
|
inside_base
indicates data labels displayed inside the base of the data marker. |
|
inside_end
indicates data labels displayed inside the end of the data marker. |
|
left
indicates data labels displayed to the left of the data marker. |
|
none
none |
|
null
indicates data labels displayed below the data null. |
|
outside_end
indicates data labels displayed outside the end of the data marker. |
|
right
indicates data labels displayed to the right of the data marker. |
|
top
indicates data labels displayed above the data marker. |
method summary | |
---|---|
static chartdatalabelposition |
getchartdatalabelpositionfromvalue(long value)
get chartdatalabelposition from value |
java.lang.string |
getname()
get the name |
int |
getvalue()
get the value |
enum constant detail |
---|
public static final chartdatalabelposition null
public static final chartdatalabelposition bottom
public static final chartdatalabelposition best_fit
public static final chartdatalabelposition center
public static final chartdatalabelposition inside_base
public static final chartdatalabelposition inside_end
public static final chartdatalabelposition left
public static final chartdatalabelposition outside_end
public static final chartdatalabelposition right
public static final chartdatalabelposition top
public static final chartdatalabelposition none
method detail |
---|
public java.lang.string getname()
public int getvalue()
public static chartdatalabelposition getchartdatalabelpositionfromvalue(long value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |