-
- All Implemented Interfaces:
-
java.io.Serializable
public class RadarData extends ChartData<IRadarDataSet>
Data container for the RadarChart.
-
-
Constructor Summary
Constructors Constructor Description RadarData()RadarData(List<IRadarDataSet> dataSets)RadarData(Array<IRadarDataSet> dataSets)
-
Method Summary
Modifier and Type Method Description voidsetLabels(List<String> labels)Sets the labels that should be drawn around the RadarChart at the end of each web line. voidsetLabels(Array<String> labels)Sets the labels that should be drawn around the RadarChart at the end of each web line. List<String>getLabels()EntrygetEntryForHighlight(Highlight highlight)Get the Entry for a corresponding highlight object -
Methods inherited from class com.github.mikephil.charting.data.ChartData
addDataSet, addEntry, calcMinMaxY, clearValues, contains, getColors, getDataSetByIndex, getDataSetByLabel, getDataSetCount, getDataSetForEntry, getDataSetLabels, getDataSets, getEntryCount, 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
-
RadarData
RadarData()
-
RadarData
RadarData(List<IRadarDataSet> dataSets)
-
RadarData
RadarData(Array<IRadarDataSet> dataSets)
-
-
Method Detail
-
setLabels
void setLabels(List<String> labels)
Sets the labels that should be drawn around the RadarChart at the end of each web line.
-
setLabels
void setLabels(Array<String> labels)
Sets the labels that should be drawn around the RadarChart at the end of each web line.
-
getEntryForHighlight
Entry getEntryForHighlight(Highlight highlight)
Get the Entry for a corresponding highlight object
-
-
-
-