| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.charting.descriptors.XSeriesDesc
Field Summary | |
| public | data: Object |
| the x axis value array | |
| public | field: String |
| the name of the field in data to use for the labels | |
| public | format: String |
| format string for point labels | |
| public | type: String |
| type of data stored in the array | |
Constructor | |
| public | XSeriesDesc ( data: Object, field: String, type: String) |
| Create a new instance of the x series descriptor * | |
Method Summary | |
| public | getDataPointLabel ( index: Number ): String |
| public var data: Object |
| the x axis value array |
| public var field: String |
| the name of the field in data to use for the labels |
| public var format: String |
| format string for point labels |
| public var type: String |
| type of data stored in the array |
|
| Create a new instance of the x series descriptor * |
|