Line

constructor(fill: LineCartesianLayer.LineFill, stroke: LineCartesianLayer.LineStroke = LineStroke.Continuous(), areaFill: LineCartesianLayer.AreaFill? = null, pointProvider: LineCartesianLayer.PointProvider? = null, interpolator: LineCartesianLayer.Interpolator = Interpolator.Sharp, dataLabel: TextComponent? = null, dataLabelPosition: Position.Vertical = Position.Vertical.Top, dataLabelValueFormatter: CartesianValueFormatter = CartesianValueFormatter.decimal(), dataLabelRotationDegrees: Float = 0.0f)


constructor(fill: LineCartesianLayer.LineFill, stroke: LineCartesianLayer.LineStroke = LineStroke.Continuous(), areaFill: LineCartesianLayer.AreaFill? = null, pointProvider: LineCartesianLayer.PointProvider? = null, pointConnector: LineCartesianLayer.PointConnector, dataLabel: TextComponent? = null, dataLabelPosition: Position.Vertical = Position.Vertical.Top, dataLabelValueFormatter: CartesianValueFormatter = CartesianValueFormatter.decimal(), dataLabelRotationDegrees: Float = 0.0f)

Deprecated

Use the constructor with `interpolator`.

Creates a Line with a PointConnector.