java.lang.Object
com.aspose.cells.ChartTextDirectionType
public class ChartTextDirectionType
| Field Summary | ||
|---|---|---|
static final int | HORIZONTAL | |
| Horizontal direction type. | ||
static final int | VERTICAL | |
| Vertical direction type. | ||
static final int | ROTATE_90 | |
| Rotate 90 angle. | ||
static final int | ROTATE_270 | |
| Rotate 270 angle. | ||
static final int | STACKED | |
| Stacked text. | ||
| Field Detail |
|---|
HORIZONTAL | |
public static final int HORIZONTAL | |
VERTICAL | |
public static final int VERTICAL | |
ROTATE_90 | |
public static final int ROTATE_90 | |
ROTATE_270 | |
public static final int ROTATE_270 | |
STACKED | |
public static final int STACKED | |