Name
datacolumn —
a series of data
Description
|
Warning |
This component is of Beta quality and is subject to change. |
datacolumn contain a list of values of a series. List of values typically are data for x series,
y series, tooltip series and datalabel series.
Details
Properties (5)
-
columndatapath
-
<attribute name="columndatapath" type="string" value="" />
public var columndatapath : String;
the name of the column in the datapath for the series
-
datadone
-
<attribute name="datadone" type="boolean" value="false" />
public var datadone : Boolean;
true when data had been loaded at least once
-
datatype
-
<attribute name="datatype" type="string" value="string" />
public var datatype : String;
type of data: string or number
-
labeldatapath
-
<attribute name="labeldatapath" type="string" value="" />
public var labeldatapath : String;
the name of the label in the datapath for the series
-
values
-
<attribute name="values" value="$once{null}" />
array of data representing the series values
Methods (7)
-
clearCache()
-
<method name="clearCache" />
public function clearCache();
-
getDataPath()
-
<method name="getDataPath" />
public function getDataPath();
-
getMax()
-
public function getMax();
get the max value of the columns for the series
-
getMin()
-
public function getMin();
get the min value of the columns for the series
-
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.
-
getRootDataSeries()
-
<method name="getRootDataSeries" />
public function getRootDataSeries();
-
processData()
-
<method name="processData" args="value" />
public function processData(value);
method to preprocess the data
LZX Synopsis
<class name="
datacolumn" extends="
LzView
">
<attribute name="
datadone
" type="
boolean" value="
false" />
<attribute name="
datatype
" type="
string" value="
string" />
<attribute name="
values
" value="
$once{null}" />
</class>
JavaScript Synopsis
public
datacolumn extends
LzView
{
prototype public function
getMax
();
prototype public function
getMin
();
}