Main Page | Packages | Class Tree | Index | Help

xp.charting

class Line

Object
  |
  +--xp.charting.Line


class Line
extends Object



Field Summary

public
axis: String
Used to associate the line with a specific chart axis

public
lineColor: Number
Used to set the color for the band

public
lineWidth: Number
Used to set the line width for the band

public
text: String
the label text to display with the line

public
value: Number
Used to set the value the line is associated with

Constructor

public
Line ( axis: String, value: Number, lineColor: Number, text: String)


Method Summary

public
destroy ( )
removes this line from tha chart

public
init ( chartDesc: ChartDesc )
associates a line with a chart

public
render ( )
draws the line on the chart



Field Documentation

axis

public var axis: String
Used to associate the line with a specific chart axis

lineColor

public var lineColor: Number
Used to set the color for the band

lineWidth

public var lineWidth: Number
Used to set the line width for the band

text

public var text: String
the label text to display with the line

value

public var value: Number
Used to set the value the line is associated with


Constructor Documentation

Line

public function Line(axis: String,
 value: Number,
 lineColor: Number,
 text: String)

Method Documentation

destroy

public function destroy()
removes this line from tha chart

init

public function init(chartDesc: ChartDesc)
associates a line with a chart

render

public function render()
draws the line on the chart


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc