Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ChartMarkerType


public interface ChartMarkerType

Represents the marker style in a line chart, scatter chart, or radar chart.


Field Summary
static short AUTOMATIC
          Automatic markers.
static short CIRCLE
          Circular markers.
static short DASH
          Long bar markers
static short DIAMOND
          Diamond-shaped markers.
static short DOT
          Short bar markers.
static short NONE
          No markers.
static short SQUARE
          Square markers.
static short SQUARE_PLUS
          Square markers with a plus sign.
static short SQUARE_STAR
          Square markers with an asterisk.
static short SQUARE_X
          Square markers with an X.
static short TRIANGLE
          Triangular markers.
 

Field Detail

AUTOMATIC

static final short AUTOMATIC
Automatic markers.

See Also:
Constant Field Values

CIRCLE

static final short CIRCLE
Circular markers.

See Also:
Constant Field Values

DASH

static final short DASH
Long bar markers

See Also:
Constant Field Values

DOT

static final short DOT
Short bar markers.

See Also:
Constant Field Values

DIAMOND

static final short DIAMOND
Diamond-shaped markers.

See Also:
Constant Field Values

NONE

static final short NONE
No markers.

See Also:
Constant Field Values

SQUARE_PLUS

static final short SQUARE_PLUS
Square markers with a plus sign.

See Also:
Constant Field Values

SQUARE

static final short SQUARE
Square markers.

See Also:
Constant Field Values

SQUARE_STAR

static final short SQUARE_STAR
Square markers with an asterisk.

See Also:
Constant Field Values

TRIANGLE

static final short TRIANGLE
Triangular markers.

See Also:
Constant Field Values

SQUARE_X

static final short SQUARE_X
Square markers with an X.

See Also:
Constant Field Values