get Mapping Points To Graph
fun getMappingPointsToGraph(lineChartPoints: List<Point>, xMin: Float, xOffset: Float, xLeft: Float, scrollOffset: Float, yBottom: Float, yMin: Float, yOffset: Float): MutableList<Offset>
returns the list of transformed points supported to be drawn on the container using the input points .
Parameters
line Chart Points
:Input data points
x Min
: Min X-Axis value.
x Offset
: Total distance between two X-Axis points.
x Left
: Total left padding in X-Axis.
scroll Offset
: Total scrolled offset.
y Bottom
: Bottom start offset for X-Axis.
y Min
: Min Y-Axis value.
y Offset
: Distance between two Y-Axis points.