jqDataVisualization for jQuery Documentation

Chart.Contexts.DataPointContext


Subclasses

Defines base data point context.

Defined By

Properties

Chart.Contexts.DataPointContext
: Object

The real data item (from the series data array), which the data point is associated with.

The real data item (from the series data array), which the data point is associated with.

Chart.Contexts.DataPointContext
: Number

The index of the data point within the series data.

The index of the data point within the series data.

Chart.Contexts.DataPointContext
: Chart.Series.Series

The chart series that this data point belongs to.

The chart series that this data point belongs to.