<chartstyle>

JavaScript: lz.chartstyle
extends <basestyle> » <view> » <node> » lz.Eventable »
[Warning] Warning
This component is of Beta quality and is subject to change.
style for chart, contain nested level of style extend from basestyle

Attributes

Name Type (tag) Type (js) Default Category
version number Number 0 read/write
   

Methods

getDataStyle()
chartstyle.getDataStyle(index);
returns the specific datastyle object. This method cycles through the children of the datastyles node shown above
Parameter Name Type Description
index    

getNextDataStyle()
chartstyle.getNextDataStyle();
returns the next datastyle object. This method cycles through the children of the datastyles node shown above

markChange()
chartstyle.markChange();
mark the style as change

markUpdated()
chartstyle.markUpdated(obj : Object);
mark the object to indicate it have the most updated style
Parameter Name Type Description
obj Object object to mark

resetDataStyleCycle()
chartstyle.resetDataStyleCycle();
reset the style counter

updateNeeded()
chartstyle.updateNeeded(obj : Object);
check if the object have the most updated style
Parameter Name Type Description
obj Object object to check

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Name Description
onversion  

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy