package com.codename1.charts.models
Provides the classes that handle the data values (data model) to be used by displaying the charts.
Types
class AreaSeries | A series for the category charts like the radar ones. |
class CategorySeries | A series for the category charts like the pie ones. |
class MultipleCategorySeries | A series for the multiple category charts like the doughnut. |
class Point | A class to encapsulate the definition of a point. |
class RangeCategorySeries | A series for the range category charts like the range bar. |
class SeriesSelection | |
class TimeSeries | A series for the date / time charts. |
class XYMultipleSeriesDataset | A series that includes 0 to many XYSeries. |
class XYSeries | An XY series encapsulates values for XY charts like line, time, area, scatter… |
class XYValueSeries | An extension of the XY series which adds a third dimension. |