Main Page | Packages | Class Tree | Index | Help

xp.charting

class BasicSeries

Object
  |
  +--xp.charting.BasicSeries

Implemented Interfaces: ISeries
All Known Subclasses: BarSeries, BubbleSeries, HiLoSeries, LineSeries, ScatterSeries, StackedAreaSeries, StackedBarSeries, StepSeries

class BasicSeries
extends Object



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



Field Documentation

alternateColor

public var alternateColor: Number
alternate fill color for gradients

axis

public var axis: Number
axis that this eries is assigned to

data

public var data: Array
array of data for this series

dataLabelPosition

public var dataLabelPosition: String
position of data labels for this series

dwellLabelPosition

public var dwellLabelPosition: String
position of dwell labels for this series

field

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

fillAlpha

public var fillAlpha: Number
fill alpha for this series

fillColor

public var fillColor: Number
fill color for this series

format

public var format: String
format string for point labels

graphType

public var graphType: String
grpah type for the series

index

public var index: Number
index of the series

isFilledArea

public var isFilledArea: Boolean
is the area filled this series

isStacked

public var isStacked: Boolean
is this a stacked type series

label

public var label: String
the legend display label for this series

labelStyle

public var labelStyle: Object
style object to apply to labels

legend

public var legend: Object
the legend object

lineColor

public var lineColor: Number
line color for the series

lineWidth

public var lineWidth: Number
line width for the series

markerType

public var markerType
controls the type of marker that is shown

name

public var name: String
name for this series

showDwellPointMarker

public var showDwellPointMarker: Boolean
controls whether the marker is shown when the dwell labels are shown*

showMarkers

public var showMarkers: Boolean
controls whether marker are always shown(if false they are only shown with tooltip)

useGradient

public var useGradient: Boolean
use a gradient fill for series


Method Documentation

drawSeries

public function drawSeries(chartDesc)
draw this series

Specified by:
drawSeries in interface ISeries

Parameters:
chartDesc
chrtDesc - a chartDesc

markerOnRollOut

public function markerOnRollOut(x: Number,
 y: Number,
 tgt: MovieClip): Void
Callback from the plot area when rollover the line*

markerOnRollOver

public function markerOnRollOver(x: Number,
 y: Number,
 tgt: MovieClip): Void
Callback from the plot area when rollover the line*

setAttributes

public function setAttributes(desc: Object)
Update a series

Updates a series desc with the properties in the desc param

setSeries

public function setSeries(seriesName: String,
 data: Array,
 field: String,
 axisDesc: Object,
 chart: Object): Void
sets the attributes for this series

Specified by:
setSeries in interface ISeries

Parameters:
seriesName
- the name of the series
data
- the array of data for this series
field
- the name of the field in the data provider to be used for this series
axisDesc
chart
- a ref to the chart hosting this series

The documentation was generated from the following file:


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