Package | Description |
---|---|
com.hyjavacharts.model.highcharts.plotoptions | |
com.hyjavacharts.model.highcharts.plotoptions.series |
Modifier and Type | Method and Description |
---|---|
DataLabels |
Series.getDataLabels()
Options for the series data labels, appearing next to each data point.
|
DataLabels |
Series.getDataLabelsAsArrayOptionsSingle()
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Method and Description |
---|---|
List<DataLabels> |
Series.getDataLabelsAsArrayOptions()
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Method and Description |
---|---|
Series |
Series.setDataLabels(DataLabels dataLabelsAsOptions)
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Method and Description |
---|---|
Series |
Series.setDataLabels(List<DataLabels> dataLabelsAsArrayOptions)
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Field and Description |
---|---|
static DataLabels |
DataLabels.NULL |
Modifier and Type | Method and Description |
---|---|
DataLabels |
DataLabels.setDistance(Number distanceAsNumber)
The distance of the data label from the pie's edge.
|
DataLabels |
DataLabels.setDistance(String distanceAsString)
The distance of the data label from the pie's edge.
|
DataLabels |
DataLabels.setEnabled(Boolean enabled)
Enable or disable the data labels.
|
DataLabels |
DataLabels.setFilter(Filter filter)
A declarative filter to control of which data labels to display.
|
DataLabels |
DataLabels.setFormat(String format)
A format string for the data label.
|
DataLabels |
DataLabels.setStyle(CSSObject style)
Styles for the label.
|
Copyright © 2024. All rights reserved.