Description
A dataseries in a container for dataseries and datacolumn. dataseries can be nested.
Details
Properties (2)
-
enabled
-
<attribute name="enabled" value="true" />
-
label
-
<attribute name="label" type="html" value="" />
Methods (12)
-
addDataColumn()
-
<method name="addDataColumn" args="args" />
public function addDataColumn(args : object);
-
addDataSeries()
-
<method name="addDataSeries" args="args" />
public function addDataSeries(args : object);
-
clearCache()
-
<method name="clearCache" />
public function clearCache();
clear the cache of datacolumns for the dataseries
-
getDataColumn()
-
<method name="getDataColumn" args="name" />
public function getDataColumn(name : string);
-
getDataSeries()
-
<method name="getDataSeries" args="index" />
public function getDataSeries(index : Number);
get the dataseries of the index
-
getDataSeriesLeafs()
-
<method name="getDataSeriesLeafs" />
public function getDataSeriesLeafs();
get an array of leaf node dataseries
-
getLegend()
-
<method name="getLegend" />
public function getLegend();
return xml data require for the legend
-
getNestedAttribute()
-
<method name="getNestedAttribute" args="attName" />
public function getNestedAttribute(attName : String);
get a attribute that is of the current class or inherited from
the parent.
-
getNumDataSeries()
-
<method name="getNumDataSeries" />
public function getNumDataSeries();
get the number of leaf node dataseries
-
getRootDataSeries()
-
<method name="getRootDataSeries" />
public function getRootDataSeries();
-
removeDataColumn()
-
<method name="removeDataColumn" args="child" />
public function removeDataColumn(child : object);
-
removeDataSeries()
-
<method name="removeDataSeries" args="child" />
public function removeDataSeries(child : object);
LZX Synopsis
<class name="
dataseries" extends="
LzView
">
<attribute name="
enabled
" value="
true" />
<attribute name="
label
" type="
html" value="
" />
</class>
JavaScript Synopsis
public
dataseries extends
LzView
{
}