Package | Description |
---|---|
com.hyjavacharts.model.highcharts.constants | |
com.hyjavacharts.model.highcharts.plotoptions |
Modifier and Type | Method and Description |
---|---|
static Cursor |
Cursor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cursor[] |
Cursor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cursor |
Pie.getCursor()
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
|
Modifier and Type | Method and Description |
---|---|
Pie |
Pie.setCursor(Cursor cursor)
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
|
Copyright © 2022. All rights reserved.