jqDataVisualization for jQuery Documentation

Chart.Contexts.BubbleDataPointContext


Hierarchy

Chart.Contexts.DataPointContext
Chart.Contexts.BubbleDataPointContext

Defines data point context for Chart.Series.Bubble series.

Defined By

Properties

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.

The index of the data point within the series data.

The index of the data point within the series data.

The chart series that this data point belongs to.

The chart series that this data point belongs to.

Chart.Contexts.BubbleDataPointContext
: Number

The bubble size value.

The bubble size value.

Chart.Contexts.BubbleDataPointContext
: Object

The X value of the data point.

The X value of the data point.

Chart.Contexts.BubbleDataPointContext
: Number

The Y value of the data point.

The Y value of the data point.