<datacolumn>

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

columndatapath

the name of the column in the datapath for the series

 
datadone (default: false)

true when data had been loaded at least once

 
datatype (default: string)

type of data: string or number

 
values

array of data representing the series values

 

Methods

clearCache ()
clear the cache
 
getDataPath ()
 
getMax ()
get the max value of the columns for the series
 
getMin ()
get the min value of the columns for the series
 
getNestedAttribute (attName)
get a attribute that is of the current class or inherited from the parent.
Parameters:
attName (String) - the name of the attribute
 
processData (value)
method to preprocess the data
Parameters:
value -