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

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

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijchartcore Constructor  
Top
Methods
 NameDescription
public MethodaddSeriesPointAdd series point to the series list.  
public MethodbeginUpdateSuspend automatic updates to the chart while reseting the options.  
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodendUpdateRestore automatic updates to the chart after the options has been reset.  
public MethodgetCanvasReturns a reference to the Raphael canvas object.  
public MethodredrawThis method redraws the chart.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.chart Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.