SeriesXYFormatterNew: (<T>(tableContentBuilder: T, series: SeriesXY, sample: SampleXY) => T)

Type declaration

    • <T>(tableContentBuilder: T, series: SeriesXY, sample: SampleXY): T
    • Interface for a function which builds ResultTable content when pointing at a SeriesXY.

      This is a new version that will eventually replace the existing SeriesXYFormatter. Currently it is only used by PointLineAreaSeries.

      Returns

      TableContentBuilder that was supplied

      Type Parameters

      Parameters

      • tableContentBuilder: T

        Builder that is used to build contents of ResultTable. Use addRow() method for adding content.

      • series: SeriesXY

        SeriesXY

      • sample: SampleXY

        SampleXY that is referenced by the table content.

      Returns T