ProtoTwin API
    Preparing search index...

    Interface ISeries

    Data Series.

    interface ISeries {
        get count(): number;
        clear(): void;
        refresh(): void;
    }

    Implemented by

    Index

    Accessors

    Methods

    Accessors

    • get count(): number

      The number of data points.

      Returns number

    Methods

    • Clears all data from the series.

      Returns void

    • Forces a redraw of the series at the next update.

      Returns void

      This function should be called after manually adding/changing the data arrays for the series.