<valueline>

JavaScript: lz.valueline
extends <drawview> » <view> » <node> » lz.Eventable »
[Warning] Warning
This component is of Beta quality and is subject to change.
Represents a line in the chart

Attributes

Name Type (tag) Type (js) Default Category
axis string String   read/write
  the axis value could be "x" or "y"
data string String   read/write
  the value will be draw
label string String   read/write
  the label will be display next to the line
tip string String   read/write
  the tooltip value will be display when the mouse over the line
tipEnable boolean boolean null read/write
  enable tooltip for data

Methods

processData()
valueline.processData(pLabel : string);
Method for extensible label rendering
Parameter Name Type Description
pLabel string a label text

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <drawview>

oncontext

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy