Interface SeriesDataSource

Describes how to access and display data required within a series.

Hierarchy

  • SeriesDataSource

Accessors

Accessors

  • get axis(): Axis
  • the axis that this source should be drawn on.

    Returns Axis

    dh.plot.Axis

  • get columnType(): string
  • the type of data stored in the underlying table's Column.

    Returns string

    String

  • get type(): number
  • the feature of this series represented by this source. See the SourceType enum for more details.

    Returns number

    int