Line
constructor(dataPoints: List<Point>, lineStyle: LineStyle = LineStyle(), intersectionPoint: IntersectionPoint? = null, selectionHighlightPoint: SelectionHighlightPoint? = null, shadowUnderLine: ShadowUnderLine? = null, selectionHighlightPopUp: SelectionHighlightPopUp? = null)
Parameters
data Points
list of points Point in the line
line Style
Adds styling options in LineStyle to the line path drawn.
intersection Point
drawing logic to draw the point itself in IntersectionPoint. If null, the point is not drawn.
selection Highlight Point
drawing logic to draw the highlight at the point when it is selected in SelectionHighlightPoint If null, the point won't be highlighted on selection
shadow Under Line
drawing logic for the section under the line in ShadowUnderLine.
selection Highlight Pop Up
All prams related to selection popup to be added here in SelectionHighlightPopUp