Nativescript plugin for Charts
    Preparing search index...

    Class PieRadarHighlighter<E, D, T>Abstract

    Created by philipp on 10/06/16.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    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

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

      Parameters

      • x: number
      • y: number

      Returns Highlight<Entry>[]