Packagexp.charting
Classpublic class Series
InheritanceSeries Inheritance ChartStyleClient Inheritance ChartDisplayElement Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite
ImplementsIChartEffectClient, ISeries
SubclassesAxisSeries, PieSeries



Public Properties
 PropertyDefined by
  annotations : Array
The annotations for this series
Series
 Inheritedchart : IChartArea
ChartDisplayElement
 InheritedchartDesc : ChartDesc
ChartDisplayElement
 InheritedchartParent : IChart
ChartDisplayElement
 InheritedclassName : String
ChartStyleClient
  dataEffectIn : ChartEffect
Series
  dataEffectOut : ChartEffect
Series
  dataProvider : Object
The source of the chart items.
Series
  dataTipFormat : String
The format for the data tip display For axis series the elements are {0} = series Name {1} = xAxis Name {2} = x value {3} = yAxis Name {4} = y value {5} = Annotation The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5} For pie series the elements are {0} = label {1} = value {2} = percent The default value is {0}\r{2}
Series
  dataTipFunction : Function
Series
  displayName : String = ""
name for this series
Series
  graphMode : String = "2D"
The default chart type one of pie2D, pie25D, pie3D, doughnut
Series
 Inheritedheight : Number
ProgrammaticSkin
 InheritedinheritingStyles : Object
ChartStyleClient
 Inheritedinitialized : Boolean
ProgrammaticSkin
  isFilledArea : Boolean = false
is the area filled this series
Series
  isRotated : Boolean
[read-only] Indicates whether this series is rendered horizontally (rotated)
Series
 InheritedisSubChart : Boolean
ChartDisplayElement
  items : Array
[read-only] The array of DataItems represented by this series
Series
  labelFormat : String
The format for the data label display For axis series the elements are {0} = series Name {1} = xAxis Name {2} = x value {3} = yAxis Name {4} = y value {5} = Annotation The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5} For pie series the elements are {0} = label {1} = value {2} = percent The default value is {2}
Series
  labelFunction : Function
Series
  labelOffset : Number = 0
controls the distance between a label and the pie
Series
  labelPosition : String
Specifies how to render value labels.
Series
  legendFormat : String
The format for the legend display For axis series the elements are {0} = series Name {1} = xAxis Name {2} = x value {3} = yAxis Name {4} = y value {5} = Annotation The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5} For pie series the elements are {0} = label {1} = value {2} = percent The default value is {0} [{2}]
Series
  legendFunction : Function
Series
  length : int
[read-only] The number of DataItems in this series
Series
 InheritedmeasuredHeight : Number
The measured height of this object.
ChartDisplayElement
 InheritedmeasuredWidth : Number
The measured width of this object.
ChartDisplayElement
 InheritednestLevel : int
ProgrammaticSkin
 InheritednonInheritingStyles : Object
ChartStyleClient
 Inheritedparent : DisplayObjectContainer
ChartDisplayElement
 InheritedprocessedDescriptors : Boolean
ProgrammaticSkin
  selectedItem : DataPoint
[read-only]
Series
  selectedText : String
[read-only]
Series
 InheritedstyleDeclaration : CSSStyleDeclaration
ChartStyleClient
 InheritedstyleName : Object
ChartStyleClient
  trackMouse : Boolean = false
Series
 InheritedupdateCompletePendingFlag : Boolean
ProgrammaticSkin
  useGradient : Boolean = false
use a gradient fill for series
Series
  volume : Number
Allows you to specify a volume for data series markers By adjusting the volume, you can modify the amount of space between data points in the series.
Series
 Inheritedwidth : Number
ProgrammaticSkin
Protected Properties
 PropertyDefined by
  _chartDataProvider : ICollectionView
Series
  _chartLabels : LabelCache
Series
  chartLabels : LabelCache
[read-only]
Series
  chartStyleChanged : Boolean = true
Series
  chartStyles : Object
Series
 InheritedchildList : Array
ChartStyleClient
  _dataEffectIn : ChartEffect
Series
  _dataEffectOut : ChartEffect
Series
  dataItemClass : Class
Series
  _dataProvider : ICollectionView
Series
  dataProviderChanged : Boolean = false
Series
  _dataTipFormat : String
Series
 Inherited_deferLayout : Boolean = false
ProgrammaticSkin
  dropShadowStyleChanged : Boolean = true
Series
  dropShadowTarget : DisplayObject
Series
  fieldMap : Object
Series
  fields : Array
Series
 InheritedinvalidateDisplayListFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidatePropertiesFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidateSizeFlag : Boolean = false
ProgrammaticSkin
  invalidDataScale : Boolean = false
Series
  invalidFields : Boolean = true
Series
  invalidSeriesData : Boolean = false
Series
  _isRotated : Boolean = false
Series
  _items : Array
Series
  _labelFormat : String
Series
  _labelPosition : String = "none"
Series
  lastMouseX : int
Series
  lastMouseY : int
Series
  _legendData : Array
Series
  _legendFormat : String
Series
  _marker : Marker
Series
  _markerRenderer : IMarkerRenderer
Series
  _markers : Array
Series
  _markerSize : int
Series
  _markerStroke : IStroke
Series
  _markerType : String
Series
 Inheritedowner : Object
ChartStyleClient
  _palette : Palette
Series
  paletteBaseIndex : int = 0
Series
  paletteItemCount : int = 1
Series
 Inherited_parent : DisplayObjectContainer
ChartDisplayElement
  _selectedItem : DataPoint
Series
  _seriesDataProvider : ICollectionView
Series
  _showAnnotations : Boolean
Series
  _showCursor : Boolean
Series
  _showDataTips : Boolean
Series
  _showLabels : Boolean
Series
  _showMarkers : Boolean
Series
 InheritedsizeChanged : Boolean = false
ProgrammaticSkin
 InheritedstyleParent : IStyleClient
ChartStyleClient
 InheritedstylesInitialized : Boolean = false
ChartStyleClient
 InheritedtextFieldList : Array
ChartStyleClient
  _trackMouse : Boolean = false
Series
  _volume : Number = .8
Series
  xOffset : int
Series
Public Methods
 MethodDefined by
  
Constructor
Series
 Inherited
clearStyle(styleProp:String):void
ChartStyleClient
 Inherited
ChartStyleClient
 Inherited
ChartStyleClient
  
getDataPoint(x:int, y:int, sensitivity:int, checkXY:Boolean = true):DataPoint
Series
  
getField(fieldName:String):DataFieldDesc
Series
 Inherited
getStyle(styleProp:String):*
ChartStyleClient
  
hasField(fieldName:String):Boolean
Series
 Inherited
initElement(chart:IChartArea):void
ChartDisplayElement
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
ProgrammaticSkin
 Inherited
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
ChartStyleClient
 Inherited
parentChanged(p:DisplayObjectContainer):void
ChartStyleClient
 Inherited
regenerateStyleCache(recursive:Boolean):void
ChartStyleClient
 Inherited
registerEffects(effects:Array):void
ChartStyleClient
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
ProgrammaticSkin
  
Set the physical pixel size of the chart
Series
 Inherited
setStyle(styleProp:String, newValue:*):void
ChartStyleClient
  
styleChanged(styleProp:String):void
Whenever any style changes, redraw this skin.
Series
 Inherited
ChartDisplayElement
 Inherited
validateNow():void
Validate and update the properties and layout of this object and redraw it, if necessary.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
validateSize(recursive:Boolean = false):void
ChartDisplayElement
Protected Methods
 MethodDefined by
 Inherited
activate():void
ChartDisplayElement
 Inherited
addedHandler(e:Event):void
ChartDisplayElement
  
chartStateChangedHandler(e:StateChangeEvent):void
Series
  
checkDataPoint(x:int, y:int, sensitivity:int, checkXY:Boolean = true):DataPoint
Series
  
Series
 Inherited
ChartDisplayElement
  
Series
 Inherited
deactivate():void
ChartDisplayElement
 Inherited
deferLayout(state:Boolean):void
ProgrammaticSkin
  
drawLabel(dataItem:*, i:int, xEnd:int, yEnd:int, position:String = null):void
Series
  
drawSeries():void
draw this series
Series
  
getFill(index:int = -1):IFill
Series
  
getFormattedText(item:DataItem, type:String):String
Series
  
getLegendData():Array
Series
  
getMarker(index:int = -1):Marker
Series
  
Series
 Inherited
getParent():DisplayObjectContainer
ChartDisplayElement
  
Series
  
Series
  
Series
  
Series
  
getStroke(index:int = -1):IStroke
Series
  
Series
 Inherited
ChartDisplayElement
  
initialize():void
Series
 Inherited
ChartStyleClient
  
Series
 Inherited
ChartStyleClient
  
Series
  
Series
  
Series
  
Series
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
notifyTextFieldStyleChange(styleProp:String):void
ChartStyleClient
 Inherited
plotSizeChangedHandler(e:Event):void
ChartDisplayElement
 Inherited
removedHandler(e:Event):void
ChartDisplayElement
  
setChartDataProvider(value:Object):void
Series
  
setData(cursor:IViewCursor):void
Series
  
Series
  
setDataProvider(value:ICollectionView):void
Series
  
Series
  
setShowCursor(value:Boolean):void
Series
  
setShowDataTips(value:Boolean):void
Series
  
setShowLabels(value:Boolean):void
Series
  
setTrackMouse(value:Boolean):void
Series
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
ProgrammaticSkin
  
updateFields():void
Series
  
Initializes the SeriesData object for the new dataProvider
Series
  
validateData():void
Series
Styles
 StyleDescriptionDefined by
  
dropShadowEnabled
Type: Boolean   CSS Inheritance: no
Boolean property that specifies whether the component has a visible drop shadow. This style is used with borderStyle="solid". The default value is false.

Note: For drop shadows to appear on containers, set backgroundColor or backgroundImage properties. Otherwise, the shadow appears behind the container because the default background of a container is transparent.

Series
  
fill
Type: mx.graphics.IFill   CSS Inheritance: no
Sets the fill for this data series. You can specify either an object implementing the IFill interface, or a number representing a solid color value. You can also specify a solid fill using CSS. If not specified the series will use the fill from the palette
Series
  
legendMarkerRenderer
Type: xp.charting.IMarkerRenderer   CSS Inheritance: yes
Series
  
legendMarkerSize
Type: int   CSS Inheritance: yes
Series
  
legendMarkerStroke
Type: mx.graphics.IStroke   CSS Inheritance: yes
Series
  
legendMarkerType
Type: String   CSS Inheritance: yes
Series
  
markerRenderer
Type: xp.charting.IMarkerRenderer   CSS Inheritance: yes
Series
  
markerSize
Type: int   CSS Inheritance: yes
Series
  
markerStroke
Type: mx.graphics.IStroke   CSS Inheritance: yes
Series
  
markerType
Type: String   CSS Inheritance: yes
Series
  
paletteStrokeWidth
Type: Number   CSS Inheritance: no
Sets the stroke width for this data series. If not specified the series will use the stroke width from the palette
Series
  
shadowAlpha
Type: Number   CSS Inheritance: no
The drop shadow alpha The default value is .8.
Series
  
shadowColor
Type: uint   Format: Color   CSS Inheritance: yes
Color of the drop shadow. The default value is 0x000000.
Series
  
shadowDirection
Type: String   CSS Inheritance: no
Direction of the drop shadow. Possible values are "left", "center", and "right". The default value is "center".
Series
  
shadowDistance
Type: Number   Format: Length   CSS Inheritance: no
Distance of the drop shadow. If the property is set to a negative value, the shadow appears above the component. The default value is 2.
Series
  
showCursor
Type: Boolean   CSS Inheritance: no
Controls whether a cursor is attached to this series Only one series per chart (or subchart) can have a cursor attached
Series
  
showDataTips
Type: Boolean   CSS Inheritance: yes
Series
  
showMarkers
Type: Boolean   CSS Inheritance: yes
controls whether marker are always shown(if false they are only shown with tooltip)
Series
  
stroke
Type: mx.graphics.IStroke   CSS Inheritance: no
Sets the stroke style for this data series. You must specify a Stroke object to define the stroke. If not specified the series will use the stroke from the palette
Series
Protected Constants
 ConstantDefined by
 InheritedNESTLEVEL_AXIS : int = 10000
[static]
ChartDisplayElement
 InheritedNESTLEVEL_AXISSET : int = 10001
[static]
ChartDisplayElement
 InheritedNESTLEVEL_LABELS : int = 10002
[static]
ChartDisplayElement
 InheritedNESTLEVEL_SERIES : int = 1000
[static]
ChartDisplayElement
 InheritedNESTLEVEL_SERIESSET : int = 1001
[static]
ChartDisplayElement
  nullStroke : IStroke
[static]
Series
  rc : Rectangle
[static]
Series
Property detail
annotationsproperty
annotations:Array  [read-write]

The annotations for this series

Implementation
    public function get annotations():Array
    public function set annotations(value:Array):void
_chartDataProviderproperty 
protected var _chartDataProvider:ICollectionView
_chartLabelsproperty 
protected var _chartLabels:LabelCache
chartLabelsproperty 
chartLabels:LabelCache  [read-only]Implementation
    protected function get chartLabels():LabelCache
chartStyleChangedproperty 
protected var chartStyleChanged:Boolean = true
chartStylesproperty 
protected var chartStyles:Object
_dataEffectInproperty 
protected var _dataEffectIn:ChartEffect
dataEffectInproperty 
dataEffectIn:ChartEffect  [read-write]Implementation
    public function get dataEffectIn():ChartEffect
    public function set dataEffectIn(value:ChartEffect):void
_dataEffectOutproperty 
protected var _dataEffectOut:ChartEffect
dataEffectOutproperty 
dataEffectOut:ChartEffect  [read-write]Implementation
    public function get dataEffectOut():ChartEffect
    public function set dataEffectOut(value:ChartEffect):void
dataItemClassproperty 
protected var dataItemClass:Class
_dataProviderproperty 
protected var _dataProvider:ICollectionView
dataProviderproperty 
dataProvider:Object  [read-write]

The source of the chart items. The data model for items viewed in a chart. The value of this property can be an array or any object that implements the DataProvider API.

Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void
dataProviderChangedproperty 
protected var dataProviderChanged:Boolean = false
_dataTipFormatproperty 
protected var _dataTipFormat:String
dataTipFormatproperty 
dataTipFormat:String  [read-write]

The format for the data tip display For axis series the elements are {0} = series Name {1} = xAxis Name {2} = x value {3} = yAxis Name {4} = y value {5} = Annotation The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5} For pie series the elements are {0} = label {1} = value {2} = percent The default value is {0}\r{2}

Implementation
    public function get dataTipFormat():String
    public function set dataTipFormat(value:String):void
dataTipFunctionproperty 
public var dataTipFunction:Function
displayNameproperty 
public var displayName:String = ""

name for this series

dropShadowStyleChangedproperty 
protected var dropShadowStyleChanged:Boolean = true
dropShadowTargetproperty 
protected var dropShadowTarget:DisplayObject
fieldMapproperty 
protected var fieldMap:Object
fieldsproperty 
protected var fields:Array
graphModeproperty 
public var graphMode:String = "2D"

The default chart type one of pie2D, pie25D, pie3D, doughnut

invalidDataScaleproperty 
protected var invalidDataScale:Boolean = false
invalidFieldsproperty 
protected var invalidFields:Boolean = true
invalidSeriesDataproperty 
protected var invalidSeriesData:Boolean = false
isFilledAreaproperty 
public var isFilledArea:Boolean = false

is the area filled this series

_isRotatedproperty 
protected var _isRotated:Boolean = false
isRotatedproperty 
isRotated:Boolean  [read-only]

Indicates whether this series is rendered horizontally (rotated)

Implementation
    public function get isRotated():Boolean
_itemsproperty 
protected var _items:Array
itemsproperty 
items:Array  [read-only]

The array of DataItems represented by this series

Implementation
    public function get items():Array
_labelFormatproperty 
protected var _labelFormat:String
labelFormatproperty 
labelFormat:String  [read-write]

The format for the data label display For axis series the elements are {0} = series Name {1} = xAxis Name {2} = x value {3} = yAxis Name {4} = y value {5} = Annotation The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5} For pie series the elements are {0} = label {1} = value {2} = percent The default value is {2}

Implementation
    public function get labelFormat():String
    public function set labelFormat(value:String):void
labelFunctionproperty 
public var labelFunction:Function
labelOffsetproperty 
public var labelOffset:Number = 0

controls the distance between a label and the pie

_labelPositionproperty 
protected var _labelPosition:String = "none"
labelPositionproperty 
labelPosition:String  [read-write]

Specifies how to render value labels. You can set this property in MXML. Valid values are:

Implementation
    public function get labelPosition():String
    public function set labelPosition(value:String):void
lastMouseXproperty 
protected var lastMouseX:int
lastMouseYproperty 
protected var lastMouseY:int
_legendDataproperty 
protected var _legendData:Array
_legendFormatproperty 
protected var _legendFormat:String
legendFormatproperty 
legendFormat:String  [read-write]

The format for the legend display For axis series the elements are {0} = series Name {1} = xAxis Name {2} = x value {3} = yAxis Name {4} = y value {5} = Annotation The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5} For pie series the elements are {0} = label {1} = value {2} = percent The default value is {0} [{2}]

Implementation
    public function get legendFormat():String
    public function set legendFormat(value:String):void
legendFunctionproperty 
public var legendFunction:Function
lengthproperty 
length:int  [read-only]

The number of DataItems in this series

Implementation
    public function get length():int
_markerproperty 
protected var _marker:Marker
_markerRendererproperty 
protected var _markerRenderer:IMarkerRenderer
_markersproperty 
protected var _markers:Array
_markerSizeproperty 
protected var _markerSize:int
_markerStrokeproperty 
protected var _markerStroke:IStroke
_markerTypeproperty 
protected var _markerType:String
_paletteproperty 
protected var _palette:Palette
paletteBaseIndexproperty 
protected var paletteBaseIndex:int = 0
paletteItemCountproperty 
protected var paletteItemCount:int = 1
_selectedItemproperty 
protected var _selectedItem:DataPoint
selectedItemproperty 
selectedItem:DataPoint  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get selectedItem():DataPoint
selectedTextproperty 
selectedText:String  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get selectedText():String
_seriesDataProviderproperty 
protected var _seriesDataProvider:ICollectionView
_showAnnotationsproperty 
protected var _showAnnotations:Boolean
_showCursorproperty 
protected var _showCursor:Boolean
_showDataTipsproperty 
protected var _showDataTips:Boolean
_showLabelsproperty 
protected var _showLabels:Boolean
_showMarkersproperty 
protected var _showMarkers:Boolean
_trackMouseproperty 
protected var _trackMouse:Boolean = false
trackMouseproperty 
public var trackMouse:Boolean = false
useGradientproperty 
public var useGradient:Boolean = false

use a gradient fill for series

_volumeproperty 
protected var _volume:Number = .8
volumeproperty 
volume:Number  [read-write]

Allows you to specify a volume for data series markers By adjusting the volume, you can modify the amount of space between data points in the series.

Implementation
    public function get volume():Number
    public function set volume(value:Number):void
xOffsetproperty 
protected var xOffset:int
Constructor detail
Series()constructor
public function Series()

Constructor

Method detail
chartStateChangedHandler()method
protected function chartStateChangedHandler(e:StateChangeEvent):voidParameters
e:StateChangeEvent
checkDataPoint()method 
protected function checkDataPoint(x:int, y:int, sensitivity:int, checkXY:Boolean = true):DataPointParameters
x:int
 
y:int
 
sensitivity:int
 
checkXY:Boolean (default = true)

Returns
DataPoint
commitProperties()method 
protected override function commitProperties():void
createLabelInstance()method 
protected function createLabelInstance():Object

Returns
Object
drawLabel()method 
protected function drawLabel(dataItem:*, i:int, xEnd:int, yEnd:int, position:String = null):voidParameters
dataItem:*
 
i:int
 
xEnd:int
 
yEnd:int
 
position:String (default = null)
drawSeries()method 
protected function drawSeries():void

draw this series

getDataPoint()method 
public function getDataPoint(x:int, y:int, sensitivity:int, checkXY:Boolean = true):DataPointParameters
x:int
 
y:int
 
sensitivity:int
 
checkXY:Boolean (default = true)

Returns
DataPoint
getField()method 
public function getField(fieldName:String):DataFieldDescParameters
fieldName:String

Returns
DataFieldDesc
getFill()method 
protected function getFill(index:int = -1):IFillParameters
index:int (default = -1)

Returns
IFill
getFormattedText()method 
protected function getFormattedText(item:DataItem, type:String):StringParameters
item:DataItem
 
type:String

Returns
String
getLegendData()method 
protected function getLegendData():Array

Returns
Array
getMarker()method 
protected function getMarker(index:int = -1):MarkerParameters
index:int (default = -1)

Returns
Marker
getPalette()method 
protected function getPalette():Palette

Returns
Palette
getParsedDataTipFormat()method 
protected function getParsedDataTipFormat():Array

Returns
Array
getParsedLabelFormat()method 
protected function getParsedLabelFormat():Array

Returns
Array
getParsedLegendFormat()method 
protected function getParsedLegendFormat():Array

Returns
Array
getSeriesDataFields()method 
protected function getSeriesDataFields():Array

Returns
Array
getStroke()method 
protected function getStroke(index:int = -1):IStrokeParameters
index:int (default = -1)

Returns
IStroke
hasField()method 
public function hasField(fieldName:String):BooleanParameters
fieldName:String

Returns
Boolean
initDataPoint()method 
protected function initDataPoint(item:DataItem):DataPointParameters
item:DataItem

Returns
DataPoint
initialize()method 
protected override function initialize():void
initProperties()method 
protected function initProperties():void
invalidateDataScale()method 
protected function invalidateDataScale():void
invalidateFields()method 
protected function invalidateFields():void
invalidateLegendData()method 
protected function invalidateLegendData():void
invalidateSeriesData()method 
protected function invalidateSeriesData():void
setChartDataProvider()method 
protected function setChartDataProvider(value:Object):voidParameters
value:Object
setChartDimensions()method 
public function setChartDimensions():void

Set the physical pixel size of the chart

setData()method 
protected function setData(cursor:IViewCursor):voidParameters
cursor:IViewCursor
setDataPoint()method 
protected function setDataPoint(item:DataItem):voidParameters
item:DataItem
setDataProvider()method 
protected function setDataProvider(value:ICollectionView):voidParameters
value:ICollectionView
setSelectedItem()method 
protected function setSelectedItem(item:DataPoint):voidParameters
item:DataPoint
setShowCursor()method 
protected function setShowCursor(value:Boolean):voidParameters
value:Boolean
setShowDataTips()method 
protected function setShowDataTips(value:Boolean):voidParameters
value:Boolean
setShowLabels()method 
protected function setShowLabels(value:Boolean):voidParameters
value:Boolean
setTrackMouse()method 
protected function setTrackMouse(value:Boolean):voidParameters
value:Boolean
styleChanged()method 
public override function styleChanged(styleProp:String):void

Whenever any style changes, redraw this skin. Subclasses can override this method and perform a more specific test before calling invalidateDisplayList().

Parameters
styleProp:String — The name of the style property that changed, or null if all styles have changed.
updateFields()method 
protected function updateFields():void
updateSeriesData()method 
protected function updateSeriesData():void

Initializes the SeriesData object for the new dataProvider

validateData()method 
protected function validateData():void
Constant detail
nullStrokeconstant
protected static const nullStroke:IStroke
rcconstant 
protected static const rc:Rectangle