getXAxisScale

fun getXAxisScale(points: List<Point>, steps: Int): Triple<Float, Float, Float>

Returns triple of Xmax, Xmin & scale for given list of points and steps

Parameters

points

: List of points in axis

steps

: Total steps in axis