Methods
| Method |
Description |
|
com.github.mikephil.charting.interfaces.datasets.isDrawCubicEnabled()
|
|
|
com.github.mikephil.charting.interfaces.datasets.isDrawSteppedEnabled()
|
|
|
com.github.mikephil.charting.data.setX(float)
|
|
|
com.github.mikephil.charting.data.getX()
|
|
|
com.github.mikephil.charting.data.setX(float)
|
|
|
com.github.mikephil.charting.data.getX()
|
|
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getBelowSum(int)
|
Use `getSumBelow(stackIndex)` instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.setCircleSize(float)
|
sets the size (radius) of the circle shpaed value indicators,default size = 4fThis method is deprecated because of unclarity. |
|
com.github.mikephil.charting.data.getCircleSize()
|
This function is deprecated because of unclarity. |
|
com.github.mikephil.charting.data.isDrawCubicEnabled()
|
|
|
com.github.mikephil.charting.data.isDrawSteppedEnabled()
|
|
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.isUsingSliceColorAsValueLineColor()
|
This method is deprecated.Use isUseValueColorForLineEnabled() instead. |
|
com.github.mikephil.charting.data.setUsingSliceColorAsValueLineColor(boolean)
|
This method is deprecated.Use setUseValueColorForLine(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getGradients()
|
This method is deprecated.Use getFills() instead. |
|
com.github.mikephil.charting.data.getGradient(int)
|
This method is deprecated.Use getFill(...) instead. |
|
com.github.mikephil.charting.data.setGradientColors(List)
|
This method is deprecated.Use setFills(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.getValues()
|
This method is deprecated.Use getEntries() instead. |
|
com.github.mikephil.charting.data.setValues(List)
|
This method is deprecated.Use setEntries(...) instead. |
|
com.github.mikephil.charting.data.removeDataSet(int)
|
Removes the DataSet at the given index in the DataSet array from the dataobject. |
|
com.github.mikephil.charting.data.removeEntry(Entry,int)
|
Removes the given Entry object from the DataSet at the specified index. |
|
com.github.mikephil.charting.data.removeEntry(float,int)
|
Removes the Entry object closest to the given DataSet at thespecified index. |
|
com.github.mikephil.charting.model.getStartColor()
|
Deprecated. |
|
com.github.mikephil.charting.model.setStartColor(int)
|
Deprecated. |
|
com.github.mikephil.charting.model.getEndColor()
|
Deprecated. |
|
com.github.mikephil.charting.model.setEndColor(int)
|
Deprecated. |
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.getXAxis()
|
This will throw an exception, PieChart has no XAxis object. |
|
com.github.mikephil.charting.charts.setDrawSliceText(boolean)
|
Set this to true to draw the entry labels into the pie slices (Provided by the getLabel() method of the PieEntry class).Deprecated -> use setDrawEntryLabels(...) instead. |
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(boolean)
|
|
|
android.view.getDrawingCacheQuality()
|
|
|
android.view.setDrawingCacheQuality(Integer)
|
|
|
android.view.fitSystemWindows(Rect)
|
|
|
android.view.requestFitSystemWindows()
|
|
|
android.view.setWillNotCacheDrawing(Boolean)
|
|
|
android.view.willNotCacheDrawing()
|
|
|
android.view.invalidate(Rect)
|
|
|
android.view.invalidate(Integer,Integer,Integer,Integer)
|
|
|
android.view.setDrawingCacheEnabled(Boolean)
|
|
|
android.view.isDrawingCacheEnabled()
|
|
|
android.view.getDrawingCache()
|
|
|
android.view.getDrawingCache(Boolean)
|
|
|
android.view.destroyDrawingCache()
|
|
|
android.view.setDrawingCacheBackgroundColor(Integer)
|
|
|
android.view.getDrawingCacheBackgroundColor()
|
|
|
android.view.buildDrawingCache()
|
|
|
android.view.buildDrawingCache(Boolean)
|
|
|
android.view.setBackgroundDrawable(Drawable)
|
|
|
android.view.setSystemUiVisibility(Integer)
|
|
|
android.view.getSystemUiVisibility()
|
|
|
android.view.getWindowSystemUiVisibility()
|
|
|
android.view.onWindowSystemUiVisibilityChanged(Integer)
|
|
|
android.view.dispatchWindowSystemUiVisiblityChanged(Integer)
|
|
|
android.view.setOnSystemUiVisibilityChangeListener(View.OnSystemUiVisibilityChangeListener)
|
|
|
android.view.dispatchSystemUiVisibilityChanged(Integer)
|
|
|
android.view.startDrag(ClipData,View.DragShadowBuilder,Object,Integer)
|
|
|
android.view.invalidateChild(View,Rect)
|
|
|
android.view.invalidateChildInParent(IntArray,Rect)
|
|
|
android.view.setChildrenDrawingCacheEnabled(Boolean)
|
|
|
android.view.isAnimationCacheEnabled()
|
|
|
android.view.setAnimationCacheEnabled(Boolean)
|
|
|
android.view.isAlwaysDrawnWithCacheEnabled()
|
|
|
android.view.setAlwaysDrawnWithCacheEnabled(Boolean)
|
|
|
android.view.isChildrenDrawnWithCacheEnabled()
|
|
|
android.view.setChildrenDrawnWithCacheEnabled(Boolean)
|
|
|
android.view.getPersistentDrawingCache()
|
|
|
android.view.setPersistentDrawingCache(Integer)
|
|
|
com.github.mikephil.charting.charts.setMarkerView(IMarker)
|
|
|
com.github.mikephil.charting.charts.getMarkerView()
|
|
|
com.github.mikephil.charting.charts.isDrawMarkerViewsEnabled()
|
|
|
com.github.mikephil.charting.charts.setDrawMarkerViews(Boolean)
|
|
|
com.github.mikephil.charting.components.setAxisMinValue(float)
|
Use setAxisMinimum(...) instead. |
|
com.github.mikephil.charting.components.setAxisMaxValue(float)
|
Use setAxisMaximum(...) instead. |
|
com.github.mikephil.charting.components.setAxisMinValue(float)
|
Use setAxisMinimum(...) instead. |
|
com.github.mikephil.charting.components.setAxisMaxValue(float)
|
Use setAxisMaximum(...) instead. |
|
com.github.mikephil.charting.components.setStartAtZero(boolean)
|
This method is deprecated.Use setAxisMinimum(...) / setAxisMaximum(...) instead. |
|
com.github.mikephil.charting.components.isUseAutoScaleMinRestriction()
|
Returns true if autoscale restriction for axis min value is enabled |
|
com.github.mikephil.charting.components.setUseAutoScaleMinRestriction(boolean)
|
Sets autoscale restriction for axis min value as enabled/disabled |
|
com.github.mikephil.charting.components.isUseAutoScaleMaxRestriction()
|
Returns true if autoscale restriction for axis max value is enabled |
|
com.github.mikephil.charting.components.setUseAutoScaleMaxRestriction(boolean)
|
Sets autoscale restriction for axis max value as enabled/disabled |
|
com.github.mikephil.charting.components.setAxisMinValue(float)
|
Use setAxisMinimum(...) instead. |
|
com.github.mikephil.charting.components.setAxisMaxValue(float)
|
Use setAxisMaximum(...) instead. |
|
com.github.mikephil.charting.utils.init(Resources)
|
initialize method, called inside the Chart.init() method. |