Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SerialDataItem

Hierarchy

  • _SerialDataItem
    • SerialDataItem

Index

Constructors

Properties

Constructors

constructor

Properties

axes

axes: object

You can access each GraphDataItem using this object. The data structure is: graphDataItem = serialDataItem.axes[axisId].graphs[graphId].

category

category: any

category value. String if parseDates is false, Date if true.

time

time: number

Timestamp of a series date. Avalable only if parseDates property of CategoryAxis is set to true.

x

x: number

Coordinate (horizontal or vertical, depends on chart's rotate property) of the series.

Generated using TypeDoc