-
- All Implemented Interfaces:
-
java.io.Serializable
public class BubbleData extends BarLineScatterCandleBubbleData<IBubbleDataSet>
-
-
Constructor Summary
Constructors Constructor Description BubbleData()BubbleData(Array<IBubbleDataSet> dataSets)BubbleData(List<IBubbleDataSet> dataSets)
-
Method Summary
Modifier and Type Method Description voidsetHighlightCircleWidth(float width)Sets the width of the circle that surrounds the bubble when highlightedfor all DataSet objects this data object contains, in dp. -
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
-
BubbleData
BubbleData()
-
BubbleData
BubbleData(Array<IBubbleDataSet> dataSets)
-
BubbleData
BubbleData(List<IBubbleDataSet> dataSets)
-
-
Method Detail
-
setHighlightCircleWidth
void setHighlightCircleWidth(float width)
Sets the width of the circle that surrounds the bubble when highlightedfor all DataSet objects this data object contains, in dp.
-
-
-
-