legendpositiontype-ag凯发旗舰厅



com.spire.xls
enum legendpositiontype

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

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

legend placement for charts.


enum constant summary
bottom
          represents the bottom option.
corner
          represents the corner option.
left
          represents the left option.
notdocked
          represents the not docked option.
right
          represents the right option.
top
          represents the top option.
 
enum constant detail

bottom

public static final legendpositiontype bottom
represents the bottom option.

corner

public static final legendpositiontype corner
represents the corner option.

top

public static final legendpositiontype top
represents the top option.

right

public static final legendpositiontype right
represents the right option.

left

public static final legendpositiontype left
represents the left option.

notdocked

public static final legendpositiontype notdocked
represents the not docked option.


网站地图