<valueregion>
a region of values in a chart

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

Attributes

Name Type (tag) Type (js) Default Category
axis string String   read/write
  the associated axis to the Region can be"x" or "y"
data1 string String   read/write
  Minimum value for the Value region
data2 string String   read/write
  Maximum value for the Value region
label string String   read/write
  label of the value region, it is shown next to the region
regionEnabled expression any true read/write
  enable the rendering of the value region in the chart
tip string String   read/write
  Tip label that appear when the mouse is over the value region
tipEnabled boolean boolean true read/write
  enable the value region's tooltip

Methods

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