Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface Bar3DShapeType


public interface Bar3DShapeType

Represents the shape used with the 3-D bar or column chart.


Field Summary
static int BOX
           
static int CONE_TO_MAX
           
static int CONE_TO_POINT
           
static int CYLINDER
           
static int PYRAMID_TO_MAX
           
static int PYRAMID_TO_POINT
           
 

Field Detail

BOX

static final int BOX
See Also:
Constant Field Values

PYRAMID_TO_POINT

static final int PYRAMID_TO_POINT
See Also:
Constant Field Values

PYRAMID_TO_MAX

static final int PYRAMID_TO_MAX
See Also:
Constant Field Values

CYLINDER

static final int CYLINDER
See Also:
Constant Field Values

CONE_TO_POINT

static final int CONE_TO_POINT
See Also:
Constant Field Values

CONE_TO_MAX

static final int CONE_TO_MAX
See Also:
Constant Field Values