Interface MultiSeries

Describes a template that will be used to make new series instances when a new table added to a plotBy.

Hierarchy

  • MultiSeries

Accessors

Accessors

  • get name(): string
  • The name for this multi-series.

    Returns string

    String

  • get plotStyle(): number
  • The plotting style to use for the series that will be created. See SeriesPlotStyle enum for more details.

    Returns number

    int