Package 

Interface IPieDataSet

  • All Implemented Interfaces:
    com.github.mikephil.charting.interfaces.datasets.IDataSet

    
    public interface IPieDataSet
     implements IDataSet<PieEntry>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract float getSliceSpace() Returns the space that is set to be between the piechart-slices of thisDataSet, in pixels.
      abstract boolean isAutomaticallyDisableSliceSpacingEnabled() When enabled, slice spacing will be 0.0 when the smallest value is going to besmaller than the slice spacing itself.
      abstract float getSelectionShift() Returns the distance a highlighted piechart slice is "shifted" away fromthe chart-center in dp.
      abstract PieDataSet.ValuePosition getXValuePosition()
      abstract PieDataSet.ValuePosition getYValuePosition()
      abstract int getValueLineColor() When valuePosition is OutsideSlice, indicates line color
      abstract boolean isUseValueColorForLineEnabled() When valuePosition is OutsideSlice and enabled, line will have the same color as the slice
      abstract float getValueLineWidth() When valuePosition is OutsideSlice, indicates line width
      abstract float getValueLinePart1OffsetPercentage() When valuePosition is OutsideSlice, indicates offset as percentage out of the slice size
      abstract float getValueLinePart1Length() When valuePosition is OutsideSlice, indicates length of first half of the line
      abstract float getValueLinePart2Length() When valuePosition is OutsideSlice, indicates length of second half of the line
      abstract boolean isValueLineVariableLength() When valuePosition is OutsideSlice, this allows variable line length
      abstract Integer getHighlightColor() Gets the color for the highlighted sector
      • Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IDataSet

        addEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getIconsOffset, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getXMax, getXMin, getYMax, getYMin, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, removeEntry, removeEntry, removeEntryByXValue, removeFirst, removeLast, setAxisDependency, setDrawIcons, setDrawValues, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisible
      • Methods inherited from class java.lang.Object

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