Nativescript plugin for Charts
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • size: number
      • dataSetCount: number
      • containsStacks: boolean

      Returns HorizontalBarBuffer

    Properties

    barWidth: number

    width of the bar on the x-axis, in values (not pixels)

    buffer: any
    containsStacks: boolean
    dataSetCount: number
    dataSetIndex: number
    entries: IBarDataSet[]
    from: number
    index: number
    inverted: boolean
    phaseX: number
    phaseY: number
    to: number
    yAxisMax: number
    yAxisMin: number

    Accessors

    • get length(): any

      Returns the size (length) of the buffer array.

      Returns any

    Methods

    • Parameters

      • entry: any
      • left: any
      • top: any
      • right: any
      • bottom: any

      Returns void

    • Builds up the buffer with the provided data and resets the buffer-index after feed-completion. This needs to run FAST.

      Parameters

      Returns number

    • limits the drawing on the x-axis

      Parameters

      • from: number

      Returns void

    • limits the drawing on the x-axis

      Parameters

      • to: number

      Returns void

    • Resets the buffer index to 0 and makes the buffer reusable.

      Returns void

    • Set the phases used for animations.

      Parameters

      • phaseX: any
      • phaseY: any

      Returns void