<datacolumn>
a series of data

JavaScript: lz.datacolumn
extends <view> » <node> » lz.Eventable »
[Warning] 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.

Attributes

Name Type (tag) Type (js) Default Category
columndatapath string String   read/write
  the name of the column in the datapath for the series
datadone boolean boolean false read/write
  true when data had been loaded at least once
datatype string String string read/write
  type of data: string or number
labeldatapath string String   read/write
  the name of the label in the datapath for the series
values expression any null read/write
  array of data representing the series values

Methods

clearCache()
datacolumn.clearCache();
clear the cache

getDataPath()
datacolumn.getDataPath();

getMax()
datacolumn.getMax();
get the max value of the columns for the series

getMin()
datacolumn.getMin();
get the min value of the columns for the series

getNestedAttribute()
datacolumn.getNestedAttribute(attName : String);
get a attribute that is of the current class or inherited from the parent.
Parameter Name Type Description
attName String the name of the attribute

getRootDataSeries()
datacolumn.getRootDataSeries();

processData()
datacolumn.processData(value);
method to preprocess the data
Parameter Name Type Description
value    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy