| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.charting.BasicSeries
Field Summary | |
| public | alternateColor: Number |
| alternate fill color for gradients | |
| public | axis: Number |
| axis that this eries is assigned to | |
| public | data: Array |
| array of data for this series | |
| public | dataLabelPosition: String |
| position of data labels for this series | |
| public | dwellLabelPosition: String |
| position of dwell labels for this series | |
| public | field: String |
| The name of the field in the data that will be used as the source for this series | |
| public | fillAlpha: Number |
| fill alpha for this series | |
| public | fillColor: Number |
| fill color for this series | |
| public | format: String |
| format string for point labels | |
| public | graphType: String |
| grpah type for the series | |
| public | index: Number |
| index of the series | |
| public | isFilledArea: Boolean |
| is the area filled this series | |
| public | isStacked: Boolean |
| is this a stacked type series | |
| public | label: String |
| the legend display label for this series | |
| public | labelStyle: Object |
| style object to apply to labels | |
| public | legend: Object |
| the legend object | |
| public | lineColor: Number |
| line color for the series | |
| public | lineWidth: Number |
| line width for the series | |
| public | markerType |
| controls the type of marker that is shown | |
| public | name: String |
| name for this series | |
| public | showDwellPointMarker: Boolean |
| controls whether the marker is shown when the dwell labels are shown* | |
| public | showMarkers: Boolean |
| controls whether marker are always shown(if false they are only shown with tooltip) | |
| public | useGradient: Boolean |
| use a gradient fill for series | |
Method Summary | |
| public | drawSeries ( chartDesc ) |
| draw this series | |
| public | markerOnRollOut ( x: Number, y: Number, tgt: MovieClip ): Void |
| Callback from the plot area when rollover the line* | |
| public | markerOnRollOver ( x: Number, y: Number, tgt: MovieClip ): Void |
| Callback from the plot area when rollover the line* | |
| public | setAttributes ( desc: Object ) |
| Update a series | |
| public | setSeries ( seriesName: String, data: Array, field: String, axisDesc: Object, chart: Object ): Void |
| sets the attributes for this series | |
| public var alternateColor: Number |
| alternate fill color for gradients |
| public var axis: Number |
| axis that this eries is assigned to |
| public var data: Array |
| array of data for this series |
| public var dataLabelPosition: String |
| position of data labels for this series |
| public var dwellLabelPosition: String |
| position of dwell labels for this series |
| public var field: String |
| The name of the field in the data that will be used as the source for this series If the data is a simple array this property is ignored |
| public var fillAlpha: Number |
| fill alpha for this series |
| public var fillColor: Number |
| fill color for this series |
| public var format: String |
| format string for point labels |
| public var graphType: String |
| grpah type for the series |
| public var index: Number |
| index of the series |
| public var isFilledArea: Boolean |
| is the area filled this series |
| public var isStacked: Boolean |
| is this a stacked type series |
| public var label: String |
| the legend display label for this series |
| public var labelStyle: Object |
| style object to apply to labels |
| public var legend: Object |
| the legend object |
| public var lineColor: Number |
| line color for the series |
| public var lineWidth: Number |
| line width for the series |
| public var markerType |
| controls the type of marker that is shown |
| public var name: String |
| name for this series |
| public var showDwellPointMarker: Boolean |
| controls whether the marker is shown when the dwell labels are shown* |
| public var showMarkers: Boolean |
| controls whether marker are always shown(if false they are only shown with tooltip) |
| public var useGradient: Boolean |
| use a gradient fill for series |
|
| draw this series | |||
|
|
| Callback from the plot area when rollover the line* |
|
| Callback from the plot area when rollover the line* |
|
| Update a series Updates a series desc with the properties in the desc param |
|
| sets the attributes for this series | |||||||||||||||
|