ChartMarkerType

Inheritance: java.lang.Object

public final class ChartMarkerType

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

Fields

FieldDescription
AUTOMATICAutomatic markers.
CIRCLECircular markers.
DASHLong bar markers
DIAMONDDiamond-shaped markers.
DOTShort bar markers.
NONENo markers.
PICTUREPicture
SQUARESquare markers.
SQUARE_PLUSSquare markers with a plus sign.
SQUARE_STARSquare markers with an asterisk.
SQUARE_XSquare markers with an X.
TRIANGLETriangular markers.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AUTOMATIC

public static final int AUTOMATIC

Automatic markers.

CIRCLE

public static final int CIRCLE

Circular markers.

DASH

public static final int DASH

Long bar markers

DIAMOND

public static final int DIAMOND

Diamond-shaped markers.

DOT

public static final int DOT

Short bar markers.

NONE

public static final int NONE

No markers.

PICTURE

public static final int PICTURE

Picture

SQUARE

public static final int SQUARE

Square markers.

SQUARE_PLUS

public static final int SQUARE_PLUS

Square markers with a plus sign.

SQUARE_STAR

public static final int SQUARE_STAR

Square markers with an asterisk.

SQUARE_X

public static final int SQUARE_X

Square markers with an X.

TRIANGLE

public static final int TRIANGLE

Triangular markers.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int