Provides access to the data for displaying in a figure.

Hierarchy

  • Series

Properties

isLinesVisible?: boolean
isShapesVisible?: boolean
pointLabelFormat?: string
shapeSize?: number
xToolTipPattern?: string
yToolTipPattern?: string

Accessors

  • get gradientVisible(): boolean
  • Returns boolean

  • get lineColor(): string
  • Returns string

  • get multiSeries(): MultiSeries
  • indicates that this series belongs to a MultiSeries, null otherwise

    Returns MultiSeries

    dh.plot.MultiSeries

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

    Returns string

    String

  • get plotStyle(): number
  • The plotting style to use for this series. See SeriesPlotStyle enum for more details.

    Returns number

    int

  • get shape(): string
  • Returns string

  • get shapeColor(): string
  • Returns string

  • get shapeLabel(): string
  • Returns string

Methods

  • Parameters

    Returns void

  • Disable updates for this Series.

    Returns void