Module:libdojoPackage:wrap.dojo.chartingParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - Dojo Wrapper Library: Project Home | Documentation

wrap.dojo.charting.PlotArea

Inheritance : Object

Constructors

Signature
public PlotArea()

Methods

NameSignature
destroyvoid destroy()
getAxesArray<Axes> getAxes()
getLegendInfoArray<LegendInfo> getLegendInfo()
initializevoid initialize()

Properties

NameTypeComment
padding
org.milescript.types.Padding
plots
core.Array<wrap.dojo.charting.Plot>
size
org.milescript.types.Dimension

Constructors

public PlotArea()


Methods

destroy

void destroy()


getAxes

Array<Axes> getAxes()

Returns
core.Array<wrap.dojo.charting.Axes>

getLegendInfo

Array<LegendInfo> getLegendInfo()

Returns
core.Array<wrap.dojo.charting.mstypes.LegendInfo>

initialize

void initialize()


Module:libdojoPackage:wrap.dojo.chartingParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - Dojo Wrapper Library: Project Home | Documentation