java.lang.Objectcom.aspose.cells.ChartSplitType
public class ChartSplitType
Field Summary | ||
---|---|---|
static final int | POSITION | |
Represents position split way. | ||
static final int | VALUE | |
Represents value split way. | ||
static final int | PERCENT_VALUE | |
Represents percent value split way. | ||
static final int | CUSTOM | |
Represents custom split way.. |
Field Detail |
---|
POSITION | |
public static final int POSITION |
VALUE | |
public static final int VALUE |
PERCENT_VALUE | |
public static final int PERCENT_VALUE |
CUSTOM | |
public static final int CUSTOM |