| Package | Description |
|---|---|
| com.codename1.charts |
The main ChartComponent Package
|
| com.codename1.charts.models |
Provides the classes that handle the data values (data model) to be used by displaying the charts.
|
| com.codename1.charts.transitions | |
| com.codename1.charts.views |
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
|
| Class and Description |
|---|
| Point
A class to encapsulate the definition of a point.
|
| SeriesSelection |
| Class and Description |
|---|
| CategorySeries
A series for the category charts like the pie ones.
|
| XYSeries
An XY series encapsulates values for XY charts like line, time, area,
scatter...
|
| Class and Description |
|---|
| XYMultipleSeriesDataset
A series that includes 0 to many XYSeries.
|
| XYSeries
An XY series encapsulates values for XY charts like line, time, area,
scatter...
|
| XYValueSeries
An extension of the XY series which adds a third dimension.
|
| Class and Description |
|---|
| AreaSeries
A series for the category charts like the radar ones.
|
| CategorySeries
A series for the category charts like the pie ones.
|
| MultipleCategorySeries
A series for the multiple category charts like the doughnut.
|
| Point
A class to encapsulate the definition of a point.
|
| SeriesSelection |
| XYMultipleSeriesDataset
A series that includes 0 to many XYSeries.
|
| XYSeries
An XY series encapsulates values for XY charts like line, time, area,
scatter...
|
Copyright © 2023. All rights reserved.