Created by philipp on 10/06/16.

Type Parameters

Hierarchy (View Summary)

Implements

Constructors

Properties

mChart: T
mHighlightBuffer: Highlight<Entry>[]

buffer for storing previously highlighted values

Methods

  • Returns the closest Highlight object of the given objects based on the touch position inside the chart.

    Parameters

    • index: any
    • x: number
    • y: number

    Returns Highlight<Entry>

  • Returns a Highlight object corresponding to the given x- and y- touch positions in pixels.

    Parameters

    • x: number
    • y: number

    Returns Highlight<Entry>[]