chartdatalabelposition-ag凯发旗舰厅



com.spire.presentation.charts
enum chartdatalabelposition

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

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

null

public static final chartdatalabelposition null
indicates data labels displayed below the data null.

bottom

public static final chartdatalabelposition bottom
indicates data labels displayed below the data marker.

best_fit

public static final chartdatalabelposition best_fit
indicates data labels displayed in the best position.

center

public static final chartdatalabelposition center
indicates data labels displayed centered on the data marker.

inside_base

public static final chartdatalabelposition inside_base
indicates data labels displayed inside the base of the data marker.

inside_end

public static final chartdatalabelposition inside_end
indicates data labels displayed inside the end of the data marker.

left

public static final chartdatalabelposition left
indicates data labels displayed to the left of the data marker.

outside_end

public static final chartdatalabelposition outside_end
indicates data labels displayed outside the end of the data marker.

right

public static final chartdatalabelposition right
indicates data labels displayed to the right of the data marker.

top

public static final chartdatalabelposition top
indicates data labels displayed above the data marker.

none

public static final chartdatalabelposition none
none
method detail

getname

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

getvalue

public int getvalue()
get the value
returns:

getchartdatalabelpositionfromvalue

public static chartdatalabelposition getchartdatalabelpositionfromvalue(long value)
get chartdatalabelposition from value
parameters:
value -
returns:


网站地图