wijmo.chart Namespace : wijscatterchart type |
Javascript (Usage) | |
---|---|
$(function () { var options; // Type: wijmo.chart.wijscatterchart.options $(".selector").wijscatterchart(options); }); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.chart.wijchartcore
wijmo.chart.wijscatterchart
Name | Description | |
---|---|---|
![]() | wijscatterchart Constructor |
Name | Description | |
---|---|---|
![]() | addSeriesPoint | Add series point to the series list. |
![]() | beginUpdate | Suspend automatic updates to the chart while reseting the options. |
![]() | destroy | Remove the functionality completely. This will return the element back to its pre-init state |
![]() | endUpdate | Restore automatic updates to the chart after the options has been reset. |
![]() | getCanvas | Returns a reference to the Raphael canvas object. |
![]() | getScatter | Returns the scatter element with the given series index and scatter index. |
![]() | redraw | This method redraws the chart. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |