Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface BubbleSizeRepresents


public interface BubbleSizeRepresents

Represents what the bubble size represents on a bubble chart.


Field Summary
static int AREA
          Represents the size is area.
static int WIDTH
          Represents the size is width.
 

Field Detail

AREA

static final int AREA
Represents the size is area.

See Also:
Constant Field Values

WIDTH

static final int WIDTH
Represents the size is width.

See Also:
Constant Field Values