jqDataVisualization for jQuery Documentation

Chart.Series.Series


Subclasses

Base chart series class.

Defined By

Config options

Chart.Series.Series
: Common.Animation

Specifies the series animation.

Specifies the series animation.

Chart.Series.Series
: String

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.

Chart.Series.Series
: Array

Specifies the series data.

Specifies the series data.

Specifies the empty point style.

Specifies the empty point style.

Chart.Series.Series
: Chart.ErrorBars

Specifies the series error bars.

Specifies the series error bars.

Chart.Series.Series
: String/Common.Gradient

Specifies the series fill style.

Specifies the series fill style.

Chart.Series.Series
: Chart.DataPointLabels

Specifies the series labels.

Specifies the series labels.

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

Specifies the series line width.

Defaults to: 1

Chart.Series.Series
: Chart.Marker

Specifies the series markers.

Specifies the series markers.

Chart.Series.Series
: String
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'

Chart.Series.Series
: Number[]

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.Series
: Boolean
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

Chart.Series.Series
: Boolean
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

Chart.Series.Series
: Number[]

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

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

Chart.Series.Series
: String

Specifies the series line color.

Specifies the series line color.

Chart.Series.Series
: String

Specifies the series title.

Specifies the series title.

Chart.Series.Series
: Boolean
Specifies whether or not this series should be displayed. ...

Specifies whether or not this series should be displayed.

Defaults to: true