java.lang.Object
com.aspose.cells.LabelPositionType
public class LabelPositionType
- extends java.lang.Object
Utility class containing constants.
Represents data label position type.
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.
|
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
OUTSIDE_END | |
public static final int OUTSIDE_END |
-
Applies only to bar, 2d/3d pie charts
ABOVE | |
public static final int ABOVE |
-
Applies only to line charts
BELOW | |
public static final int BELOW |
-
Applies only to line charts
LEFT | |
public static final int LEFT |
-
Applies only to line charts
RIGHT | |
public static final int RIGHT |
-
Applies only to line charts
BEST_FIT | |
public static final int BEST_FIT |
-
Applies only to 2d/3d pie charts
MOVED | |
public static final int MOVED |
-
User moved the data labels, Only for reading chart from template file.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.