Login Register Help
API Documentation
Choose a stylesheet:

Constructordojox.charting.Chart2D

dojo.require("dojox.charting.Chart2D");
defined in dojox/charting/Chart2D.js

 

Usage

var foo=new dojox.charting.Chart2D(node, kwArgs);
parametertypedescription
node  
kwArgs  

Jump to PropertiesFunctionsBack to top

FunctionaddAxis(name, kwArgs)
FunctionaddPlot(name, kwArgs)
FunctionaddSeries(name, data, kwArgs)
FunctionconnectToPlot(name, object, method)
Functionconstructor(node, kwArgs)
FunctiongetAxis(name)
FunctionremoveAxis(name): self
FunctionremovePlot(name): self
FunctionremoveSeries(name): self
Functionresize(width, height)
FunctionsetAxisWindow(name, scale, offset)
FunctionsetTheme(theme)
FunctionsetWindow(sx, sy, dx, dy)
FunctionupdateSeries(name, data)
Function_invalidateDependentPlots(plotName, verticalAxis: Boolean)

Jump to FunctionsPropertiesBack to top