| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.charting.Band
Field Summary | |
| public | axis: String |
| Used to associate the band with a specific chart axis | |
| public | fillAlpha: Number |
| Used to set the alpha for the band | |
| public | fillColor: Number |
| Used to set the color for the band | |
| public | text: String |
| the label text to display with the band | |
| public | valueEnd: Number |
| Used to set the ending value for the band | |
| public | valueStart: Number |
| Used to set the starting value for the band | |
Constructor | |
| public | Band ( axis: String, valueStart: Number, valueEnd: Number, fillColor: Number, fillAlpha: Number, text: String) |
Method Summary | |
| public | destroy ( ) |
| removes this band from tha chart | |
| public | init ( chartDesc: ChartDesc ) |
| associates a band with a chart | |
| public | render ( ) |
| draws the band on the chart | |
| public var axis: String |
| Used to associate the band with a specific chart axis |
| public var fillAlpha: Number |
| Used to set the alpha for the band |
| public var fillColor: Number |
| Used to set the color for the band |
| public var text: String |
| the label text to display with the band |
| public var valueEnd: Number |
| Used to set the ending value for the band |
| public var valueStart: Number |
| Used to set the starting value for the band |
|
|
| removes this band from tha chart |
|
| associates a band with a chart |
|
| draws the band on the chart |