com.spire.doc.fields.shapes.charts
Enum LegendPosition

java.lang.Object
  extended by java.lang.Enum<LegendPosition>
      extended by com.spire.doc.fields.shapes.charts.LegendPosition
All Implemented Interfaces:
java.lang.Comparable<LegendPosition>

public enum LegendPosition
extends java.lang.Enum<LegendPosition>


Enum Constant Summary
Bottom
           
Left
           
None
           
Right
           
Top
           
Top_Right
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

None

public static final LegendPosition None

Bottom

public static final LegendPosition Bottom

Left

public static final LegendPosition Left

Right

public static final LegendPosition Right

Top

public static final LegendPosition Top

Top_Right

public static final LegendPosition Top_Right
Method Detail

getValue

public int getValue()