Chart.Series.Stock
Hierarchy
Chart.Series.SeriesChart.Series.Stock
A Stock chart is typically used to illustrate significant stock price points including a stock's open, close, high, and low price points. However, this type of chart can also be used to analyze scientific data, because each series of data displays high, low, open, and close values. The opening values are shown on the left, and the closing values are shown on the right.
Config options
Specifies the x-axis name that this series belong to.
Specifies the x-axis name that this series belong to.
Specifies the y-axis name that this series belong to.
Specifies the y-axis name that this series belong to.
Specifies the data item field containing the Close value.
Specifies the data item field containing the Close 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 data item field containing the High value.
Specifies the data item field containing the High 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 data item field containing the Low value.
Specifies the data item field containing the Low 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 minimum width of the columns in pixels.
Defaults to: 1
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.
Specifies the data item field containing the Open value.
Specifies the data item field containing the Open 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 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
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.
Defaults to: true
Specifies the series line stroke dash array - [2, 4].
Specifies the series line stroke dash array - [2, 4].
Specifies whether or not this series should be displayed.
Defaults to: true
Specifies the data item field containing the X value.
Specifies the data item field containing the X 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.