jqDataVisualization for jQuery Documentation

Chart.Contexts.StockDataPointContext


Hierarchy

Chart.Contexts.DataPointContext
Chart.Contexts.StockDataPointContext

Defines data point context for Chart.Series.Stock series and Chart.Series.Candlestick series.

Defined By

Properties

Chart.Contexts.StockDataPointContext
: Number

The Close value of the data point.

The Close value of the data point.

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.StockDataPointContext
: Number

The High value of the data point.

The High value of the data point.

The index of the data point within the series data.

The index of the data point within the series data.

Chart.Contexts.StockDataPointContext
: Number

The Low value of the data point.

The Low value of the data point.

Chart.Contexts.StockDataPointContext
: Number

The Open value of the data point.

The Open value of the data point.

The chart series that this data point belongs to.

The chart series that this data point belongs to.

Chart.Contexts.StockDataPointContext
: Object

The X value of the data point.

The X value of the data point.