Package | Description |
---|---|
com.hyjavacharts.model.highcharts.plotoptions | |
com.hyjavacharts.model.highcharts.plotoptions.pie |
Modifier and Type | Method and Description |
---|---|
DataLabels |
Pie.getDataLabels()
Options for the series data labels, appearing next to each data point.
|
DataLabels |
Pie.getDataLabelsAsArrayOptionsSingle()
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Method and Description |
---|---|
List<DataLabels> |
Pie.getDataLabelsAsArrayOptions()
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Method and Description |
---|---|
Pie |
Pie.setDataLabels(DataLabels dataLabelsAsOptions)
Options for the series data labels, appearing next to each data point.
|
Modifier and Type | Method and Description |
---|---|
Pie |
Pie.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.setEnabled(Boolean enabled)
Enable or disable the data labels.
|
DataLabels |
DataLabels.setFormat(String format)
A format string for the data label.
|
DataLabels |
DataLabels.setStyle(CSSObject style)
Styles for the label.
|
Copyright © 2022. All rights reserved.