Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface LineCapType


public interface LineCapType

Enumerates Cap types for chart line.


Field Summary
static byte AUTO
          Automatic: cap type will be determined by Excel automatically.
static byte FLAT
          Cap type: Flat
static byte ROUND
          Cap type: Round
static byte SQUARE
          Cap type: Square
 

Field Detail

AUTO

static final byte AUTO
Automatic: cap type will be determined by Excel automatically.

See Also:
Constant Field Values

FLAT

static final byte FLAT
Cap type: Flat

See Also:
Constant Field Values

SQUARE

static final byte SQUARE
Cap type: Square

See Also:
Constant Field Values

ROUND

static final byte ROUND
Cap type: Round

See Also:
Constant Field Values