getPoint
open fun getPoint(entry: LineCartesianLayerModel.Entry, extraStore: ExtraStore): LineCartesianLayer.Point?
Returns the Point for the point with the given properties.
open fun getPoint(entry: LineCartesianLayerModel.Entry, seriesIndex: Int, extraStore: ExtraStore): LineCartesianLayer.Point?
Deprecated
Override `getPoint(entry, extraStore)`. The series key and index are available as `entry.seriesKey` and `entry.seriesIndex`.
Returns the Point for the point with the given properties.