Point

interface Point<X, Y>

Represents a point on a LineChart.

Parameters

X

The type of the x-axis values

Y

The type of the y-axis values

Properties

Link copied to clipboard
abstract val x: X

The x-axis value of this Point.

Link copied to clipboard
abstract val y: Y

The y-axis value of this Point.

Inheritors

Link copied to clipboard