Nativescript plugin for Charts
    Preparing search index...

    Created by philipp on 12/06/16.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    mChart: RadarChart
    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: number
      • x: number
      • y: number

      Returns any

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

      Parameters

      • x: number
      • y: number

      Returns Highlight<Entry>[]

    • Returns an array of Highlight objects for the given index. The Highlight objects give information about the value at the selected index and the DataSet it belongs to. INFORMATION: This method does calculations at runtime. Do not over-use in performance critical situations.

      Parameters

      • index: any

      Returns Highlight<Entry>[]