public class ChartMarkerType
Field Summary | ||
---|---|---|
static final int | AUTOMATIC | |
Automatic markers.
|
||
static final int | CIRCLE | |
Circular markers.
|
||
static final int | DASH | |
Long bar markers
|
||
static final int | DIAMOND | |
Diamond-shaped markers.
|
||
static final int | DOT | |
Short bar markers.
|
||
static final int | NONE | |
No markers.
|
||
static final int | SQUARE_PLUS | |
Square markers with a plus sign.
|
||
static final int | SQUARE | |
Square markers.
|
||
static final int | SQUARE_STAR | |
Square markers with an asterisk.
|
||
static final int | TRIANGLE | |
Triangular markers.
|
||
static final int | SQUARE_X | |
Square markers with an X.
|
||
static final int | PICTURE | |
Picture
|
public static final int AUTOMATIC
public static final int CIRCLE
public static final int DASH
public static final int DIAMOND
public static final int DOT
public static final int NONE
public static final int SQUARE_PLUS
public static final int SQUARE
public static final int SQUARE_STAR
public static final int TRIANGLE
public static final int SQUARE_X
public static final int PICTURE