jqDataVisualization for jQuery Documentation

Chart.Series.Candlestick


Hierarchy

Chart.Series.Series
Chart.Series.Candlestick

The Candlestick chart type is used to display stock information using high, low, open and close values. The size of the line is determined by the high and low values, while the size of the bar is determined by the open and close values. The open and close bars are displayed using different colors. The color used depends on whether the stock's price has gone up or down.

Defined By

Config options

Specifies the series animation.

Specifies the series animation.

Chart.Series.Candlestick
: String

Specifies the x-axis name that this series belong to.

Specifies the x-axis name that this series belong to.

Chart.Series.Candlestick
: String

Specifies the y-axis name that this series belong to.

Specifies the y-axis name that this series belong to.

Chart.Series.Candlestick
: String/Chart.DataField

Specifies the data item field containing the Close value.

Specifies the data item field containing the Close value.

Chart.Series.Candlestick
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Specifies the cursor when the mouse is over a data point from this series.

Specifies the cursor when the mouse is over a data point from this series.

Specifies the series data.

Specifies the series data.

Specifies the empty point style.

Specifies the empty point style.

Specifies the series error bars.

Specifies the series error bars.

Specifies the series fill style.

Specifies the series fill style.

Chart.Series.Candlestick
: String/Chart.DataField

Specifies the data item field containing the High value.

Specifies the data item field containing the High value.

Chart.Series.Candlestick
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Specifies the series labels.

Specifies the series labels.

Chart.Series.Candlestick
: Number
Specifies the series line width. ...

Specifies the series line width.

Defaults to: 1

Overrides: Chart.Series.Series.lineWidth

Chart.Series.Candlestick
: String/Chart.DataField

Specifies the data item field containing the Low value.

Specifies the data item field containing the Low value.

Chart.Series.Candlestick
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Specifies the series markers.

Specifies the series markers.

Chart.Series.Candlestick
: number
Specifies the minimum width of the columns in pixels. ...

Specifies the minimum width of the columns in pixels.

Defaults to: 1

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint' ...

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint'

Defaults to: 'break'

Specifies indexes of the series data, which will be treated as null values.

Specifies indexes of the series data, which will be treated as null values.

Chart.Series.Candlestick
: String/Chart.DataField

Specifies the data item field containing the Open value.

Specifies the data item field containing the Open value.

Chart.Series.Candlestick
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Chart.Series.Candlestick
: number

Specifies the width of the columns - from 0 to 1

Defaults to: 0.6

Specifies the width of the columns - from 0 to 1

Defaults to: 0.6

Chart.Series.Candlestick
: String

Specifies the price down fill style.

Specifies the price down fill style.

Chart.Series.Candlestick
: String

Specifies the price up fill style.

Specifies the price up fill style.

Specifies whether or not this series should be displayed in the legend. ...

Specifies whether or not this series should be displayed in the legend.

Defaults to: true

Specifies whether or not this series should be displayed in the scene. ...

Specifies whether or not this series should be displayed in the scene.

Defaults to: true

Specifies the series line stroke dash array - [2, 4].

Specifies the series line stroke dash array - [2, 4].

Specifies the series line color.

Specifies the series line color.

Specifies the series title.

Specifies the series title.

Specifies whether or not this series should be displayed. ...

Specifies whether or not this series should be displayed.

Defaults to: true

Chart.Series.Candlestick
: String/Chart.DataField

Specifies the data item field containing the X value.

Specifies the data item field containing the X value.

Chart.Series.Candlestick
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.