datalabelpositiontype-ag凯发旗舰厅



com.spire.xls
enum datalabelpositiontype

java.lang.object
  extended by java.lang.enum<datalabelpositiontype>
      extended by com.spire.xls.datalabelpositiontype
all implemented interfaces:
java.lang.comparable<datalabelpositiontype>

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

represents data label placement.


enum constant summary
above
          represents the above data label placement option.
automatic
          represents default position.
below
          represents the below data label placement option.
bestfit
          represents the bestfit data label placement option.
center
          represents the center data label placement option.
inside
          represents the inside data label placement option.
left
          represents the left data label placement option.
moved
          represents the moved data label placement option.
outside
          represents the outside data label placement option.
outsidebase
          represents the outside base data label placement option.
right
          represents the right data label placement option.
 
enum constant detail

automatic

public static final datalabelpositiontype automatic
represents default position.

outside

public static final datalabelpositiontype outside
represents the outside data label placement option.

inside

public static final datalabelpositiontype inside
represents the inside data label placement option.

center

public static final datalabelpositiontype center
represents the center data label placement option.

outsidebase

public static final datalabelpositiontype outsidebase
represents the outside base data label placement option.

above

public static final datalabelpositiontype above
represents the above data label placement option.

below

public static final datalabelpositiontype below
represents the below data label placement option.

left

public static final datalabelpositiontype left
represents the left data label placement option.

right

public static final datalabelpositiontype right
represents the right data label placement option.

bestfit

public static final datalabelpositiontype bestfit
represents the bestfit data label placement option.

moved

public static final datalabelpositiontype moved
represents the moved data label placement option.


网站地图