getLineChartData

fun getLineChartData(listSize: Int, start: Int = 0, maxRange: Int): List<Point>

Returns list of points

Parameters

listSize

: Size of total number of points needed.

start

: X values to start from. ex: 50 to 100

maxRange

: Max range of Y values