Package | Description |
---|---|
com.hyjavacharts.model.highcharts | |
com.hyjavacharts.model.highcharts.plotoptions |
Modifier and Type | Method and Description |
---|---|
Pie |
PlotOptions.getPie()
A pie chart is a circular graphic which is divided into slices to illustrate numerical proportion.
|
Modifier and Type | Method and Description |
---|---|
PlotOptions |
PlotOptions.setPie(Pie pie)
A pie chart is a circular graphic which is divided into slices to illustrate numerical proportion.
|
Modifier and Type | Field and Description |
---|---|
static Pie |
Pie.NULL |
Modifier and Type | Method and Description |
---|---|
Pie |
Pie.setAllowPointSelect(Boolean allowPointSelect)
Allow this series' points to be selected by clicking on the graphic (columns, point markers, pie slices, map areas etc).
|
Pie |
Pie.setCursor(Cursor cursorAsEnum)
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.
|
Pie |
Pie.setCursor(String cursorAsString)
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.
|
Pie |
Pie.setDataLabels(DataLabels dataLabelsAsOptions)
Options for the series data labels, appearing next to each data point.
|
Pie |
Pie.setDataLabels(List<DataLabels> dataLabelsAsArrayOptions)
Options for the series data labels, appearing next to each data point.
|
Copyright © 2022. All rights reserved.