| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.charting.Line
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 | |
| public var axis: String |
| Used to associate the line with a specific chart axis |
| public var lineColor: Number |
| Used to set the color for the band |
| public var lineWidth: Number |
| Used to set the line width for the band |
| public var text: String |
| the label text to display with the line |
| public var value: Number |
| Used to set the value the line is associated with |
|
|
| removes this line from tha chart |
|
| associates a line with a chart |
|
| draws the line on the chart |