PointConnector

interface PointConnector

Defines the shape of a line in a line chart by specifying how points are to be connected.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun connect(path: Path, prevX: Float, prevY: Float, x: Float, y: Float, horizontalDimensions: HorizontalDimensions, bounds: RectF)

Draws a line between two points.