Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface TickLabelPositionType


public interface TickLabelPositionType

Represents the position type of tick-mark labels on the axis.


Field Summary
static int HIGH
          Position type is high.
static int LOW
          Position type is low.
static int NEXT_TO_AXIS
          Position type is next to axis.
static int NONE
          Position type is none.
 

Field Detail

HIGH

static final int HIGH
Position type is high.

See Also:
Constant Field Values

LOW

static final int LOW
Position type is low.

See Also:
Constant Field Values

NEXT_TO_AXIS

static final int NEXT_TO_AXIS
Position type is next to axis.

See Also:
Constant Field Values

NONE

static final int NONE
Position type is none.

See Also:
Constant Field Values