MarkerStyleType
MarkerStyleType class
Determines form of marker on chart’s data point.
Constants
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | |
| Circle | 0 | Specifies a circle shall be drawn at each data point. |
| Dash | 1 | Specifies a dash shall be drawn at each data point. |
| Diamond | 2 | Specifies a diamond shall be drawn at each data point. |
| Dot | 3 | Specifies a dot shall be drawn at each data point. |
| None | 4 | Specifies nothing shall be drawn at each data point. |
| Picture | 5 | Specifies a picture shall be drawn at each data point. |
| Plus | 6 | Specifies a plus shall be drawn at each data point. |
| Square | 7 | Specifies a square shall be drawn at each data point. |
| Star | 8 | Specifies a star shall be drawn at each data point. |
| Triangle | 9 | Specifies a triangle shall be drawn at each data point. |
| X | 10 | Specifies an X shall be drawn at each data point. |
NotDefined
Circle
Specifies a circle shall be drawn at each data point.
Dash
Specifies a dash shall be drawn at each data point.
Diamond
Specifies a diamond shall be drawn at each data point.
Dot
Specifies a dot shall be drawn at each data point.
None
Specifies nothing shall be drawn at each data point.
Picture
Specifies a picture shall be drawn at each data point.
Plus
Specifies a plus shall be drawn at each data point.
Square
Specifies a square shall be drawn at each data point.
Star
Specifies a star shall be drawn at each data point.
Triangle
Specifies a triangle shall be drawn at each data point.
X
Specifies an X shall be drawn at each data point.
Clone
| Name | Description |
|---|---|
| Clone() |
Result: T
CloneTo
| Name | Description |
|---|---|
| CloneTo(T) |
format
| Name | Description |
|---|---|
| format(java.lang.Class, long, String) |
Result: String
format
| Name | Description |
|---|---|
| format(Type, Object, String) |
Result: String
getName
| Name | Description |
|---|---|
| getName(java.lang.Class, long) |
Result: String
getName
| Name | Description |
|---|---|
| getName(Type, Object) |
Result: String
getNames
| Name | Description |
|---|---|
| getNames(java.lang.Class) |
Result: List, ArrayList
getNames
| Name | Description |
|---|---|
| getNames(Type) |
Result: String
getUnderlyingType
| Name | Description |
|---|---|
| getUnderlyingType(java.lang.Class) |
Result: Class
getUnderlyingType
| Name | Description |
|---|---|
| getUnderlyingType(Type) |
Result: Type
getValue
| Name | Description |
|---|---|
| getValue(java.lang.Class, String) |
Result: long
getValues
| Name | Description |
|---|---|
| getValues(Type) |
Result: Array
get_Caption
| Name | Description |
|---|---|
| get_Caption() |
Result: String
get_Value
| Name | Description |
|---|---|
| get_Value() |
Result: long
isDefined
| Name | Description |
|---|---|
| isDefined(java.lang.Class, long) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, long) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, String) |
Result: boolean
isDefined
| Name | Description |
|---|---|
| isDefined(Type, Object) |
Result: boolean
parse
| Name | Description |
|---|---|
| parse(java.lang.Class, String) |
Result: long
parse
| Name | Description |
|---|---|
| parse(java.lang.Class, String, Boolean) |
Result: long
parse
| Name | Description |
|---|---|
| parse(Type, String) |
Result: long
parse
| Name | Description |
|---|---|
| parse(Type, String, Boolean) |
Result: long
register
| Name | Description |
|---|---|
| register(Enum.AbstractEnum) |
toObject
| Name | Description |
|---|---|
| toObject(Type, Object) |
Result: Object
toString
| Name | Description |
|---|---|
| toString(java.lang.Class, long) |
Result: String