Wijmo UI for the Web
wijchartcore type
wijmo.chart Namespace : wijchartcore type
Syntax
$(function () {
    var options; // Type:  wijmo.chart.wijchartcore.options
     
    $(".selector").wijchartcore(options);
});
function wijchartcore;
Inheritance Hierarchy

Object
      wijmo.chart.wijchartcore
         wijmo.chart.wijbarchart
         wijmo.chart.wijbubblechart
         wijmo.chart.wijcandlestickchart
         wijmo.chart.wijcompositechart
         wijmo.chart.wijlinechart
         wijmo.chart.wijpiechart
         wijmo.chart.wijscatterchart

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodAdd series point to the series list.  
public MethodSuspend automatic updates to the chart while reseting the options.  
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodRestore automatic updates to the chart after the options has been reset.  
public MethodExports the chart in a graphic format. The export method only works when wijmo.exporter.chartExport's reference is on the page.  
public MethodReturns a reference to the Raphael canvas object.  
public MethodThis method redraws the chart.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.chart Namespace