Package com.codename1.charts.views


package com.codename1.charts.views
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
  • Class
    Description
    An abstract class to be implemented by the chart rendering classes.
    Renders a bar chart based on an XYMultipleSeriesDataset.
    The bar chart type enum.
    Displays series of XYValueSeries entries as proportional bubbles on top of an XYChart plot.
     
    Aggregates multiple XYChart implementations into a single plot so different series can be visualised using different renderers (for example a line overlaid on top of a bar chart).
    Definition of a chart inside a combined XY chart.
    Draws smooth curves through XY series values using cubic interpolation.
    Presents values from a CategorySeries as gauges on a dial.
    Visualises a MultipleCategorySeries as concentric rings that share a common centre (also known as a doughnut chart).
    Plots series of X/Y points using straight line segments.
    Shows each value from a CategorySeries as a slice of a circle.
    PieChart Segment Selection Management.
    Holds A PieChart Segment
    The chart point style enumerator.
    Draws multi-dimensional data as a web chart (also known as a radar or spider chart).
    Extends BarChart to support values that represent ranges rather than single points.
     
    Base class for charts that render circular data representations such as pie charts, doughnut charts or gauges.
    Renders discrete X/Y points without connecting lines.
    Specialised LineChart that formats the X axis as dates or times.
    The XY chart rendering class.