Wijmo UI for the Web
addSeriesPoint Method
The index of the series that the point will be inserted to.
The point that will be inserted to.
A value that indicates whether to shift the first point.
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").wijpiechart("addSeriesPoint", seriesIndex, point, shift);
});
Javascript (Specification) 
function addSeriesPoint( 
   seriesIndex : number,
   point : object,
   shift : 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
7
5
5

See Also

Reference

wijpiechart type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.