| Package | Description |
|---|---|
| com.orsoncharts.marker |
Provides value and range marker support for the axes on category and XYZ
plots.
|
| Modifier and Type | Method and Description |
|---|---|
MarkerDataType |
MarkerData.getType()
Returns the type of marker data (value or range).
|
static MarkerDataType |
MarkerDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkerDataType[] |
MarkerDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|