Package 

Class PieEntry

  • All Implemented Interfaces:
    android.os.Parcelable , java.io.Serializable

    
    public class PieEntry
    extends Entry
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String label
    • Method Summary

      Modifier and Type Method Description
      String getLabel()
      void setLabel(String label)
      float getValue() This is the same as getY().
      void setX(float x)
      float getX()
      PieEntry copy()
      • Methods inherited from class com.github.mikephil.charting.data.Entry

        copy, describeContents, equalTo, getX, setX, toString, writeToParcel
      • Methods inherited from class com.github.mikephil.charting.data.BaseEntry

        getData, getIcon, getY, setData, setIcon, setY
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

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