Options
All
  • Public
  • Public/Protected
  • All
Menu

Abstract base class for a series.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Series(name?: string): Series

Properties

name

name: undefined | string

Methods

asDict

  • asDict(): {}
  • The dict representation of this object

    Returns {}

    dict representation of this object

    • [key: string]: string | number | boolean | {}[]

data

  • data(): {}[]
  • Get the data used in the series. E.g. x-values, y-values, ...

    Returns {}[]

    the data used in the series

Generated using TypeDoc