package com.codename1.charts.views
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
Types
class AbstractChart | An abstract class to be implemented by the chart rendering classes. |
class BarChart | Renders a bar chart based on an XYMultipleSeriesDataset. |
class BubbleChart | Displays series of XYValueSeries entries as proportional bubbles on top of an XYChart plot. |
class ClickableArea | |
class CombinedXYChart | 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). |
class CubicLineChart | Draws smooth curves through XY series values using cubic interpolation. |
class DialChart | Presents values from a CategorySeries as gauges on a dial. |
class DoughnutChart | Visualises a MultipleCategorySeries as concentric rings that share a common centre (also known as a doughnut chart). |
class LineChart | Plots series of X/Y points using straight line segments. |
class PieChart | Shows each value from a CategorySeries as a slice of a circle. |
class PieMapper | PieChart Segment Selection Management. |
class PieSegment | Holds A PieChart Segment |
enum PointStyle | The chart point style enumerator. |
class RadarChart | Draws multi-dimensional data as a web chart (also known as a radar or spider chart). |
class RangeBarChart | Extends BarChart to support values that represent ranges rather than single points. |
class RangeStackedBarChart | |
class RoundChart | Base class for charts that render circular data representations such as pie charts, doughnut charts or gauges. |
class ScatterChart | Renders discrete X/Y points without connecting lines. |
class TimeChart | Specialised LineChart that formats the X axis as dates or times. |
class XYChart | The XY chart rendering class. |