Package com.github.mikephil.charting.data
See: Description
-
Class Summary Class Description BubbleData PieEntry RadarEntry Created by philipp on 13/06/16. DataSet The DataSet class represents one group or type of entries (Entry) in the Chart that belong together. ScatterData BubbleDataSet ChartData Class that holds all relevant data that represents the chart. BarEntry Entry class for the BarChart. LineData Data object that encapsulates all data associated with a LineChart. CandleData BarLineScatterCandleBubbleData Baseclass for all Line, Bar, Scatter, Candle and Bubble data. LineRadarDataSet Base dataset for line and radar DataSets. PieData A PieData object can only represent one DataSet. LineScatterCandleRadarDataSet Created by Philipp Jahoda on 11/07/15. LineDataSet ALL CODE BELOW RELATED TO CIRCLE-COLORS RadarDataSet BarData Data object that represents all data for the BarChart. BubbleEntry Subclass of Entry that holds a value for one entry in a BubbleChart. PieDataSet CandleDataSet DataSet for the CandleStickChart. CandleEntry Subclass of Entry that holds all values for one entry in a CandleStickChart. BarDataSet BarLineScatterCandleBubbleDataSet Baseclass of all DataSets for Bar-, Line-, Scatter- and CandleStickChart. ScatterDataSet CombinedData Data object that allows the combination of Line-, Bar-, Scatter-, Bubble- and CandleData. RadarData Data container for the RadarChart. BaseDataSet This is the base dataset of all DataSets. BaseEntry Entry Class representing one entry in the chart. -
Enum Summary Enum Description Rounding Determines how to round DataSet index values for getEntryIndex DataSet.getEntryIndex()}when an exact x-index is not found. Mode ValuePosition -
Object Summary Object Description Companion