org.apache.poi.ss.usermodel.charts
Class LegendPosition
java.lang.Object
org.apache.poi.ss.usermodel.charts.LegendPosition
public class LegendPosition
- extends java.lang.Object
Enumeration of all possible chart legend positions.
- Author:
- Roman Kashitsyn
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LegendPosition
public LegendPosition()