PointInfo

Houses positional information for a LineCartesianLayer’s point. y expresses the distance of the point from the bottom of the LineCartesianLayer as a fraction of the LineCartesianLayer’s height.

Constructors

Link copied to clipboard
constructor(y: Float)

Properties

Link copied to clipboard
val y: Float

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns an intermediate DrawingInfo implementation between this one and from. fraction is the balance between from and this DrawingInfo implementation, with 0 corresponding to from, and 1 corresponding to this DrawingInfo implementation. The returned object should be an instance of the DrawingInfo implementation to which this function belongs.