java.lang.Objectcom.aspose.cells.LabelPositionType
public class LabelPositionType
Field Summary | ||
---|---|---|
static final int | CENTER | |
Applies only to bar, 2d/3d pie charts | ||
static final int | INSIDE_BASE | |
Applies only to bar, 2d/3d pie charts | ||
static final int | INSIDE_END | |
Applies only to bar charts | ||
static final int | OUTSIDE_END | |
Applies only to bar, 2d/3d pie charts | ||
static final int | ABOVE | |
Applies only to line charts | ||
static final int | BELOW | |
Applies only to line charts | ||
static final int | LEFT | |
Applies only to line charts | ||
static final int | RIGHT | |
Applies only to line charts | ||
static final int | BEST_FIT | |
Applies only to 2d/3d pie charts | ||
static final int | MOVED | |
User moved the data labels, Only for reading chart from template file. |
Field Detail |
---|
CENTER | |
public static final int CENTER |
INSIDE_BASE | |
public static final int INSIDE_BASE |
INSIDE_END | |
public static final int INSIDE_END |
OUTSIDE_END | |
public static final int OUTSIDE_END |
ABOVE | |
public static final int ABOVE |
BELOW | |
public static final int BELOW |
LEFT | |
public static final int LEFT |
RIGHT | |
public static final int RIGHT |
BEST_FIT | |
public static final int BEST_FIT |
MOVED | |
public static final int MOVED |