ChartMarkerType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class ChartMarkerType
Represents the marker style in a line chart, scatter chart, or radar chart.
Fields
Field | Description |
---|---|
AUTOMATIC | Automatic markers. |
CIRCLE | Circular markers. |
DASH | Long bar markers |
DIAMOND | Diamond-shaped markers. |
DOT | Short bar markers. |
NONE | No markers. |
PICTURE | Picture |
SQUARE | Square markers. |
SQUARE_PLUS | Square markers with a plus sign. |
SQUARE_STAR | Square markers with an asterisk. |
SQUARE_X | Square markers with an X. |
TRIANGLE | Triangular markers. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |