<basestyle>

JavaScript: lz.basestyle
extends <view> » <node> » lz.Eventable »
[Warning] Warning
This component is of Beta quality and is subject to change.
base style for all chart styles

Methods

getRootStyle()
basestyle.getRootStyle();
get the root level style

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

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

setStyleAttr()
basestyle.setStyleAttr(val, prop);
set a specific style attribute, generating an onstylechanged event
Parameter Name Type Description
val    
prop    

updateNeeded()
basestyle.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

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy