File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,38 +16,28 @@ public interface ChartInterface {
1616
1717 /**
1818 * Returns the minimum x value of the chart, regardless of zoom or translation.
19- *
20- * @return
2119 */
2220 float getXChartMin ();
2321
2422 /**
2523 * Returns the maximum x value of the chart, regardless of zoom or translation.
26- *
27- * @return
2824 */
2925 float getXChartMax ();
3026
3127 float getXRange ();
3228
3329 /**
3430 * Returns the minimum y value of the chart, regardless of zoom or translation.
35- *
36- * @return
3731 */
3832 float getYChartMin ();
3933
4034 /**
4135 * Returns the maximum y value of the chart, regardless of zoom or translation.
42- *
43- * @return
4436 */
4537 float getYChartMax ();
4638
4739 /**
4840 * Returns the maximum distance in scren dp a touch can be away from an entry to cause it to get highlighted.
49- *
50- * @return
5141 */
5242 float getMaxHighlightDistance ();
5343
You can’t perform that action at this time.
0 commit comments