<valuepoints>
a group of values in a chart

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

Attributes

Name Type (tag) Type (js) Default Category
datax expression any   read/write
  the x point will be draw
datay expression any   read/write
  the y point 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

Methods

processData()
valuepoints.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 <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy