fillLinePath

fun DrawScope.fillLinePath(yPointOfOrigin: Float, pointPosition: AxisPosition, wave: Wave, startPoint: Offset, endPoint: Offset)

Used to fill the line path

Parameters

yPointOfOrigin

y offset point on xAxis

pointPosition

: line point position

wave

: Wave data

startPoint

: startPoint of the line

endPoint

: endPoint of the line