Home
last modified time | relevance | path

Searched refs:isLegendCustom (Results 1 – 3 of 3) sorted by relevance

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/
DRadarChart.java117 if (mLegend != null && !mLegend.isLegendCustom()) in notifyDataSetChanged()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/components/
DLegend.java321 public boolean isLegendCustom() { in isLegendCustom() method in Legend
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DLegendRenderer.java85 if (!mLegend.isLegendCustom()) { in computeLegend()