| Package | Description |
|---|---|
| com.codename1.charts.models |
Provides the classes that handle the data values (data model) to be used by displaying the charts.
|
| com.codename1.charts.views |
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangeCategorySeries
A series for the range category charts like the range bar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaSeries.addSeries(CategorySeries series)
Adds a new Category series to the table.
|
| Modifier and Type | Field and Description |
|---|---|
protected CategorySeries |
RoundChart.mDataset
The series dataset.
|
| Constructor and Description |
|---|
DialChart(CategorySeries dataset,
DialRenderer renderer)
Builds a new dial chart instance.
|
PieChart(CategorySeries dataset,
DefaultRenderer renderer)
Builds a new pie chart instance.
|
RoundChart(CategorySeries dataset,
DefaultRenderer renderer)
Round chart.
|
Copyright © 2022. All rights reserved.