Package | Description |
---|---|
com.hyjavacharts.model.highcharts | |
com.hyjavacharts.model.highcharts.plotoptions |
Modifier and Type | Method and Description |
---|---|
Series |
PlotOptions.getSeries()
General options for all series types.
|
Modifier and Type | Method and Description |
---|---|
PlotOptions |
PlotOptions.setSeries(Series series)
General options for all series types.
|
Modifier and Type | Field and Description |
---|---|
static Series |
Series.NULL |
Modifier and Type | Method and Description |
---|---|
Series |
Series.setAllowPointSelect(Boolean allowPointSelect)
Allow this series' points to be selected by clicking on the graphic (columns, point markers, pie slices, map areas etc).
|
Series |
Series.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.
|
Series |
Series.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.
|
Series |
Series.setDataLabels(DataLabels dataLabelsAsOptions)
Options for the series data labels, appearing next to each data point.
|
Series |
Series.setDataLabels(List<DataLabels> dataLabelsAsArrayOptions)
Options for the series data labels, appearing next to each data point.
|
Series |
Series.setLabel(Label label)
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
|
Series |
Series.setPointStart(Number pointStart)
If no x values are given for the points in a series, pointStart defines on what value to start.
|
Copyright © 2024. All rights reserved.