Package 

Class RadarDataSet

  • All Implemented Interfaces:
    com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet , com.github.mikephil.charting.interfaces.datasets.IDataSet , com.github.mikephil.charting.interfaces.datasets.ILineRadarDataSet , com.github.mikephil.charting.interfaces.datasets.ILineRadarDataSet , com.github.mikephil.charting.interfaces.datasets.ILineScatterCandleRadarDataSet , com.github.mikephil.charting.interfaces.datasets.IRadarDataSet , java.io.Serializable

    
    public class RadarDataSet
    extends LineRadarDataSet<RadarEntry> implements IRadarDataSet
                        
    • Method Summary

      Modifier and Type Method Description
      boolean isDrawHighlightCircleEnabled()
      void setDrawHighlightCircleEnabled(boolean enabled)
      int getHighlightCircleFillColor()
      void setHighlightCircleFillColor(int color)
      int getHighlightCircleStrokeColor()
      void setHighlightCircleStrokeColor(int color)
      int getHighlightCircleStrokeAlpha()
      void setHighlightCircleStrokeAlpha(int alpha)
      float getHighlightCircleInnerRadius()
      void setHighlightCircleInnerRadius(float radius)
      float getHighlightCircleOuterRadius()
      void setHighlightCircleOuterRadius(float radius)
      float getHighlightCircleStrokeWidth()
      void setHighlightCircleStrokeWidth(float strokeWidth)
      DataSet<RadarEntry> copy() Provides an exact copy of the DataSet this method is used on.
      • Methods inherited from class com.github.mikephil.charting.data.LineRadarDataSet

        getFillAlpha, getFillColor, getFillDrawable, getLineWidth, isDrawFilledEnabled, setDrawFilled, setFillAlpha, setFillColor, setFillDrawable, setLineWidth
      • Methods inherited from class com.github.mikephil.charting.data.LineScatterCandleRadarDataSet

        disableDashedHighlightLine, enableDashedHighlightLine, getDashPathEffectHighlight, getHighlightLineWidth, isDashedHighlightLineEnabled, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled, setDrawHighlightIndicators, setDrawHorizontalHighlightIndicator, setDrawVerticalHighlightIndicator, setHighlightLineWidth
      • Methods inherited from class com.github.mikephil.charting.data.BarLineScatterCandleBubbleDataSet

        getHighLightColor, setHighLightColor
      • Methods inherited from class com.github.mikephil.charting.data.DataSet

        addEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, copy, getEntries, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getValues, getXMax, getXMin, getYMax, getYMin, removeEntry, setEntries, setValues, toSimpleString, toString
      • Methods inherited from class com.github.mikephil.charting.data.BaseDataSet

        addColor, contains, getAxisDependency, getColor, getColors, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getIconsOffset, getIndexInEntries, getLabel, getValueColors, getValueFormatter, getValueTextColor, getValueTextSize, getValueTypeface, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, notifyDataSetChanged, removeEntry, removeEntryByXValue, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColors, setDrawIcons, setDrawValues, setForm, setFormLineDashEffect, setFormLineWidth, setFormSize, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisible
      • Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IDataSet

        contains, getAxisDependency, getColor, getColor, getColors, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getIconsOffset, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, removeEntry, removeEntryByXValue, removeFirst, removeLast, setAxisDependency, setDrawIcons, setDrawValues, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisible
      • Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet

        getHighLightColor
      • Methods inherited from class com.github.mikephil.charting.interfaces.datasets.ILineScatterCandleRadarDataSet

        getDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled
      • Methods inherited from class com.github.mikephil.charting.interfaces.datasets.ILineRadarDataSet

        setDrawFilled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait