package com.codename1.charts.models

Provides the classes that handle the data values (data model) to be used by displaying the charts.

Types

class AreaSeriesA series for the category charts like the radar ones.
class CategorySeriesA series for the category charts like the pie ones.
class MultipleCategorySeriesA series for the multiple category charts like the doughnut.
class PointA class to encapsulate the definition of a point.
class RangeCategorySeriesA series for the range category charts like the range bar.
class SeriesSelection
class TimeSeriesA series for the date / time charts.
class XYMultipleSeriesDatasetA series that includes 0 to many XYSeries.
class XYSeriesAn XY series encapsulates values for XY charts like line, time, area, scatter…
class XYValueSeriesAn extension of the XY series which adds a third dimension.