LinePointInfo

fun LinePointInfo(axisLabelDescription: String, pointDescription: String, lineColor: Color, titleTextSize: TextUnit, descriptionTextSize: TextUnit)

Composable to display each line point data for given line chart.

Parameters

axisLabelDescription

: Axis label description.

pointDescription

: Details of each point on the line.

lineColor

: Color of each line.

titleTextSize

: TextUnit title font size

descriptionTextSize

: TextUnit description font size