Modifier and Type | Method and Description |
---|---|
List<ChartDataSet> |
ChartData.getDataSet()
Gets the dataSet
|
Modifier and Type | Method and Description |
---|---|
void |
ChartData.addChartDataSet(ChartDataSet newDataSet)
Adds a new dataSet as
ChartDataSet data to dataSet option |
Constructor and Description |
---|
ChartData(List<ChartDataSet> dataSet,
Object labels) |
Modifier and Type | Class and Description |
---|---|
class |
BarChartDataSet
Used to provide DataSet objects to Bar chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
BubbleChartDataSet
Used to provide DataSet objects to Bubble chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
DonutChartDataSet
Used to provide DataSet objects to Donut chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
HorizontalBarChartDataSet
Used to provide DataSet objects to HorizontalBar chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
LineChartDataSet
Used to provide DataSet objects to Line chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
PieChartDataSet
Used to provide DataSet objects to Pie chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
PolarAreaChartDataSet
Used to provide DataSet objects to PolarArea chart component.
|
Modifier and Type | Class and Description |
---|---|
class |
RadarChartDataSet
Used to provide DataSet objects to Radar chart component.
|
Copyright © 2019. All rights reserved.