Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ChartSplitType


public interface ChartSplitType

Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split.


Field Summary
static short CUSTOM
          Represents custom split way
static short PERCENT_VALUE
          Represents percent value split way
static short POSITION
          Represents position split way
static short VALUE
          Represents value split way
 

Field Detail

POSITION

static final short POSITION
Represents position split way

See Also:
Constant Field Values

VALUE

static final short VALUE
Represents value split way

See Also:
Constant Field Values

PERCENT_VALUE

static final short PERCENT_VALUE
Represents percent value split way

See Also:
Constant Field Values

CUSTOM

static final short CUSTOM
Represents custom split way

See Also:
Constant Field Values