$(function () { var options; // Type: wijmo.chart.wijlinechart.options $(".selector").wijlinechart(options); });
function wijlinechart;
$(function () { var options; // Type: wijmo.chart.wijlinechart.options $(".selector").wijlinechart(options); });
function wijlinechart;
Object
wijmo.chart.wijchartcore
wijmo.chart.wijlinechart
Name | Description | |
---|---|---|
wijlinechart 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. | |
exportChart | Exports the chart in a graphic format. The export method only works when wijmo.exporter.chartExport's reference is on the page. | |
getCanvas | Returns a reference to the Raphael canvas object. | |
getLineMarkers | Returns reference to set of the raphael's objects what represents markers for the line data with given index. | |
getLinePath | Returns reference to raphael's path object for the line data with given index. | |
redraw | This method redraws the chart. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |