Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface TickMarkerType


public interface TickMarkerType

Represents the tick mark type for the axis.


Field Summary
static int CROSS
          Tick mark type is Cross.
static int INSIDE
          Tick mark type is Inside.
static int NONE
          Tick mark type is None.
static int OUTSIDE
          Tick mark type is Outside
 

Field Detail

CROSS

static final int CROSS
Tick mark type is Cross.

See Also:
Constant Field Values

INSIDE

static final int INSIDE
Tick mark type is Inside.

See Also:
Constant Field Values

NONE

static final int NONE
Tick mark type is None.

See Also:
Constant Field Values

OUTSIDE

static final int OUTSIDE
Tick mark type is Outside

See Also:
Constant Field Values