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.
-
ClassDescriptionAn 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 ofXYValueSeriesentries as proportional bubbles on top of anXYChartplot.Aggregates multipleXYChartimplementations 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 aCategorySeriesas gauges on a dial.Visualises aMultipleCategorySeriesas 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 aCategorySeriesas a slice of a circle.PieChart Segment Selection Management.Holds A PieChart SegmentThe chart point style enumerator.Draws multi-dimensional data as a web chart (also known as a radar or spider chart).ExtendsBarChartto 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.SpecialisedLineChartthat formats the X axis as dates or times.The XY chart rendering class.