Package com.github.mikephil.charting.charts
See: Description
-
Class Summary Class Description BubbleChart The BubbleChart. PieChart View that represents a pie chart. Chart Baseclass of all Chart-Views. PieRadarChartBase Baseclass of PieChart and RadarChart. CombinedChart This chart class allows the combination of lines, bars, scatter and candle data all displayed in one chart area. ScatterChart The ScatterChart. HorizontalBarChart BarChart with horizontal bar orientation. BarLineChartBase Base-class of LineChart, BarChart, ScatterChart and CandleStickChart. CandleStickChart Financial chart type that draws candle-sticks (OHCL chart). RadarChart Implementation of the RadarChart, a "spidernet"-like chart. BarChart Chart that draws bars. LineChart -
Enum Summary Enum Description DrawOrder enum that allows to specify the order in which the different data objectsfor the combined-chart are drawn ScatterShape Predefined ScatterShapes that allow the specification of a shape a ScatterDataSet should be drawn with.If a ScatterShape is specified for a ScatterDataSet, the required renderer is set.