LabelPositionType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class LabelPositionType
Represents data label position type.
Fields
Field | Description |
---|---|
ABOVE | Applies only to line charts |
BELOW | Applies only to line charts |
BEST_FIT | Applies only to 2d/3d pie charts |
CENTER | Applies only to bar, 2d/3d pie charts |
INSIDE_BASE | Applies only to bar, 2d/3d pie charts |
INSIDE_END | Applies only to bar charts |
LEFT | Applies only to line charts |
MOVED | User moved the data labels, Only for reading chart from template file. |
OUTSIDE_END | Applies only to bar, 2d/3d pie charts |
RIGHT | Applies only to line charts |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ABOVE
public static final int ABOVE
Applies only to line charts
BELOW
public static final int BELOW
Applies only to line charts
BEST_FIT
public static final int BEST_FIT
Applies only to 2d/3d pie charts
CENTER
public static final int CENTER
Applies only to bar, 2d/3d pie charts
INSIDE_BASE
public static final int INSIDE_BASE
Applies only to bar, 2d/3d pie charts
INSIDE_END
public static final int INSIDE_END
Applies only to bar charts
LEFT
public static final int LEFT
Applies only to line charts
MOVED
public static final int MOVED
User moved the data labels, Only for reading chart from template file.
OUTSIDE_END
public static final int OUTSIDE_END
Applies only to bar, 2d/3d pie charts
RIGHT
public static final int RIGHT
Applies only to line charts
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |