-
- All Implemented Interfaces:
-
java.io.Serializable
public class CandleData extends BarLineScatterCandleBubbleData<ICandleDataSet>
-
-
Constructor Summary
Constructors Constructor Description CandleData()CandleData(List<ICandleDataSet> dataSets)CandleData(Array<ICandleDataSet> dataSets)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.github.mikephil.charting.data.ChartData
addDataSet, addEntry, calcMinMaxY, clearValues, contains, getColors, getDataSetByIndex, getDataSetByLabel, getDataSetCount, getDataSetForEntry, getDataSetLabels, getDataSets, getEntryCount, getEntryForHighlight, getFirstRight, getIndexOfDataSet, getMaxEntryCountSet, getXMax, getXMin, getYMax, getYMax, getYMin, getYMin, isHighlightEnabled, notifyDataChanged, removeDataSet, removeDataSet, removeEntry, removeEntry, setDrawValues, setHighlightEnabled, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CandleData
CandleData()
-
CandleData
CandleData(List<ICandleDataSet> dataSets)
-
CandleData
CandleData(Array<ICandleDataSet> dataSets)
-
-
-
-