Add series point to the series list.
Syntax
Javascript (Usage) | |
---|
$(function () {
var value; // Type: any
// Parameters
var seriesIndex; // Type: number
var point; // Type: object
var shift; // Type: bool
value = $(".selector").wijlinechart("addSeriesPoint", seriesIndex, point, shift);
});
|
Javascript (Specification) | |
---|
function addSeriesPoint(
: number,
: object,
: bool
) : any;
|
Parameters
- seriesIndex
- The index of the series that the point will be inserted to.
- point
- The point that will be inserted to.
- shift
- A value that indicates whether to shift the first point.
Browser Compatibility
See Also
Reference
wijlinechart type
wijlinechart jQuery Widget