Skip to content

Commit 00656b3

Browse files
committed
Remove pointless documentation
1 parent 0a3ceb6 commit 00656b3

File tree

1 file changed

+0
-10
lines changed
  • MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider

1 file changed

+0
-10
lines changed

MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/ChartInterface.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)