Nativescript plugin for Charts
    Preparing search index...

    Contains information needed to determine the highlighted value.

    Type Parameters

    Index

    Constructors

    Properties

    the axis the highlighted value belongs to

    dataIndex?: number

    the index of the data object - in case it refers to more than one

    dataSetIndex: number

    the index of the dataset the highlighted value is in

    dataType?: string

    the type of the data object if within CombinedChart (lineData, barData, scatterData, bubbleData, candleData)

    drawX?: number

    the x-position (pixels) on which this highlight object was last drawn

    drawY?: number

    the y-position (pixels) on which this highlight object was last drawn

    Optionalentry

    entry?: T

    the associated entry

    entryIndex?: number

    the index of the dataset the highlighted value is in

    stackIndex?: number

    index which value of a stacked bar entry is highlighted, default -1

    x: number

    the x-value of the highlighted value

    xPx?: number

    the x-pixel of the highlight

    xTouchPx?: number

    the x-pixel of the touch corresponding to the highlight

    y: number

    the y-value of the highlighted value

    yPx?: number

    the y-pixel of the highlight

    yTouchPx?: number

    the y-pixel of the touch corresponding to the highlight