Modifier and Type | Method and Description |
---|---|
protected void |
ChartRenderer.encodeData(javax.faces.context.FacesContext context,
ChartData data) |
Modifier and Type | Method and Description |
---|---|
abstract ChartData |
ChartModel.getData() |
Modifier and Type | Method and Description |
---|---|
ChartData |
BarChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
BarChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
BarChartModel(ChartData data,
BarChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
BubbleChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
BubbleChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
BubbleChartModel(ChartData data,
BubbleChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
DonutChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
DonutChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
DonutChartModel(ChartData data,
DonutChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
LineChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
LineChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
LineChartModel(ChartData data,
LineChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
PieChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
PieChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
PieChartModel(ChartData data,
PieChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
PolarAreaChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
PolarAreaChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
PolarAreaChartModel(ChartData data,
PolarAreaChartOptions options) |
Modifier and Type | Method and Description |
---|---|
ChartData |
RadarChartModel.getData()
Gets the data to create dataSets
|
Modifier and Type | Method and Description |
---|---|
void |
RadarChartModel.setData(ChartData data)
Sets the data to create dataSets
|
Constructor and Description |
---|
RadarChartModel(ChartData data,
RadarChartOptions options) |
Copyright © 2019. All rights reserved.