Packagecom.flexicious.components.tinycharts
Classpublic class TinyChartBase
InheritanceTinyChartBase Inheritance ChartBase Inheritance spark.components.supportClasses.SkinnableComponent
Implements ISpinnerOwner
Subclasses CartesianChart, PyramidChart, TinyBarChart, TinyColumnChart, TinyDividedBarChart, TinyDividedColumnChart, TinyLineChart, TinyPieChart, TreeMapChart

Language Version : ActionScript 3.0

TinyChartBase is the base class for all charting components. As of 2.8, the basics of chart rendering are supported, however, a number of properties are at this point placeholders for future releases.



Public Properties
 PropertyDefined By
  animate : Boolean
[read-only] Should the chart animate?
TinyChartBase
  autoAdjust : Boolean = true
Whether or not to adjust the min and max values for this series so that the axis bound to this series will pad end values to nicely distribute the numbers
TinyChartBase
  backgroundEnabled : Boolean = true
Flag whether or not to draw the background
TinyChartBase
 InheritedchartType : String
[read-only] One of the following constants, on basis of which chart type this is.
ChartBase
  currentTip : IDataTipRenderer
TinyChartBase
 Inheriteddata : Object
ChartBase
  dataProvider : Object
[override] Specifies the data provider for the chart.
TinyChartBase
 InheriteddataTipFunction : Function
Specifies a callback method used to generate data tips from values.
ChartBase
 Inheriteddescription : String
A short description of the data in the chart.
ChartBase
  elementsToBlur : Array
[read-only]
TinyChartBase
  elementToCenter : IUIComponent
[read-only]
TinyChartBase
  firstSeries : Series
[read-only] The first series
TinyChartBase
  interval : Number
For IBarChart and IColumnChart support, where you have an axis, you can define a custom interval.
TinyChartBase
 InheritedmouseSensitivity : Number = 2
Specifies the distance, in pixels, that Flex considers a data point to be under the mouse pointer when the pointer moves around a chart.
ChartBase
 InheritednumElements : int
[read-only] The number of elements in the associates skin
ChartBase
  painter : TinyChartPainterBase
The default painter for this chart.
TinyChartBase
  secondarySeries : Array
For multi series charts, you can add secondary series to this array.
TinyChartBase
  selectedChartItems : Array
[read-only] Specifies an array of all the selected ChartItem objects in the chart.
TinyChartBase
 InheritedselectionMode : String
Specifies whether or not ChartItem objects can be selected.
ChartBase
  series : Array
An array of Series objects that define the chart data.
TinyChartBase
  showDataTips : Boolean = true
Flag to show data tips for this chart
TinyChartBase
  showSpinnerOnCreationComplete : Boolean
TinyChartBase
  spinner : ISpinner
TinyChartBase
  spinnerBehavior : SpinnerBehavior
TinyChartBase
  spinnerFactory : IFactory
Factory responsible for instantiating a new spinner.
TinyChartBase
  spinnerLabel : String
The label of the spinner control, you can use styles to control the appearance.
TinyChartBase
  spinnerParent : Object
[read-only] The parent component to add the spinner to
TinyChartBase
  threeDimensional : Boolean
Is this a 3D chart? For the 2.9 release, only bar and column charts support 3d.
TinyChartBase
  threeDimensionalShadowRatio : Number
If threeDimensional is set to true, the ratio of the shadow for the 3D perspective.
TinyChartBase
  tooltipBehavior : TooltipBehavior
TinyChartBase
 InheriteduseElements : Boolean
[read-only] Whether to use addElement or addChild;
ChartBase
Public Methods
 MethodDefined By
  
The constructor
TinyChartBase
 Inherited
addElement(element:IVisualElement):IVisualElement
This method will add the passed in visual element directly into the associates skin
ChartBase
  
drawChart():void
This method actually draws the chart.
TinyChartBase
  
findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array
Returns an array of HitData objects that describe the nearest data point to the coordinates passed to the method.
TinyChartBase
  
getPlotPoints(item:Object):Array
Gets all the plot points across all series for this item.
TinyChartBase
  
TinyChartBase
  
Triggers a redraw of the chart area.
TinyChartBase
  
Triggers a redraw of the chart area.
TinyChartBase
  
Triggers a redraw of the chart area.
TinyChartBase
  
isItemSelected(item:Object, series:Series = null):Boolean
Iterates over selectedChartItems and checks to see if any chart item has specified item selected.
TinyChartBase
  
isItemUnderMouse(item:Object, series:Series = null, first:Boolean = false):Boolean
Iterates over _itemsUnderMouse and checks to see if any chart item has specified item selected.
TinyChartBase
  
showSpinner(msg:String):void
TinyChartBase
Protected Methods
 MethodDefined By
 Inherited
attachSkin():void
[override]
ChartBase
  
collectionChangeHandler(event:CollectionEvent):void
[override] Collection change handler.
TinyChartBase
  
Datatip function
TinyChartBase
 Inherited
measure():void
[override]
ChartBase
  
mouseClickHandler(event:MouseEvent):void
Handler for the mouse click event.
TinyChartBase
  
mouseDoubleClickHandler(event:MouseEvent):void
Handler for the double click event.
TinyChartBase
  
mouseDownHandler(event:MouseEvent):void
Handler for the mouse down event.
TinyChartBase
  
mouseMoveHandler(event:MouseEvent):void
TinyChartBase
  
mouseOutHandler(event:MouseEvent):void
Handler for the mouse out event.
TinyChartBase
  
mouseUpHandler(event:MouseEvent):void
Handler for the mouse over event.
TinyChartBase
  
onCreationComplete(event:FlexEvent):void
[override]
TinyChartBase
  
onResize(event:ResizeEvent):void
[override]
TinyChartBase
Events
 Event Summary Defined By
  Dispatched when the selection changes in the chart.TinyChartBase
  Dispatched when no data point is found under the mouse pointer when mouse is clicked on chart.TinyChartBase
  Dispatched when no data point is found under the mouse pointer when mouse is double-clicked on chart.TinyChartBase
 InheritedDispatched when the ICollectionView has been updated in some way.ChartBase
  Dispatched when a data point is found under the mouse pointer when it is clicked.TinyChartBase
  Dispatched when a data point is found under the mouse pointer when it is double clicked.TinyChartBase
  Dispatched when a data point is found under the mouse pointer when it is pressed down.TinyChartBase
  Dispatched when the mouse pointer moves while over a data point.TinyChartBase
  Dispatched when a data point is found under the mouse pointer when it is released.TinyChartBase
  Dispatched when the closest data point under the mouse pointer changes.TinyChartBase
  Dispatched when a new data point is found under the mouse pointer.TinyChartBase
Styles
 Style Description Defined By
  
backgroundFill
Type: mx.graphics.IFill CSS Inheritance: no
Specifies the fill style used for the chart background. The fill can be either a simple color value or an object that implements the mx.graphics.IFill interface.
TinyChartBase
  
itemDisabledFills
Type: Array
TinyChartBase
  
itemDisabledLineColors
Type: Array
TinyChartBase
  
itemFills
Type: Array
TinyChartBase
  
itemLineColors
Type: Array
TinyChartBase
  
itemRollOverFills
Type: Array
TinyChartBase
  
itemRollOverLineColors
Type: Array
TinyChartBase
  
itemSelectionFills
Type: Array
TinyChartBase
  
itemSelectionLineColors
Type: Array
TinyChartBase
  
spinnerColors
Type: Array Format: Color
Colors for the spinners as an array. First element for the circle color and second for the spinner color
TinyChartBase
  
spinnerGridAlpha
Type: Number Format: Length
Background color of the grid when the spinner is active
TinyChartBase
  
spinnerLabelBackgroundColor
Type: uint Format: Color
Bacground color for the box in which the label is displayed
TinyChartBase
  
spinnerLabelColor
Type: uint Format: Color CSS Inheritance: yes
Label color for the spinner
TinyChartBase
  
spinnerLabelfontFamily
Type: String CSS Inheritance: yes
Label font family
TinyChartBase
  
spinnerLabelfontSize
Type: Number Format: Length CSS Inheritance: yes
Label font size
TinyChartBase
  
spinnerLabelfontStyle
Type: String CSS Inheritance: yes
Label font style
TinyChartBase
  
spinnerLabelfontThickness
Type: Number CSS Inheritance: yes
Label font thinkcness
TinyChartBase
  
spinnerLabelfontWeight
Type: String CSS Inheritance: yes
Label font weight
TinyChartBase
  
spinnerLabelShowBackground
Type: Boolean
A flag that controls whether or not to show the spinner.
TinyChartBase
  
spinnerRadius
Type: Number Format: Length
Spinner radius , default value is 10
TinyChartBase
  
spinnerThickness
Type: Number Format: Length
Spinner thickness , default value is 5
TinyChartBase
Public Constants
 ConstantDefined By
  CHART_TYPE_AREA : String = area
[static]
TinyChartBase
  CHART_TYPE_BAR : String = bar
[static]
TinyChartBase
  CHART_TYPE_BUBBLE : String = bubble
[static]
TinyChartBase
  CHART_TYPE_COLUMN : String = column
[static]
TinyChartBase
  CHART_TYPE_DIVIDED_BAR : String = dividedbar
[static]
TinyChartBase
  CHART_TYPE_DIVIDED_COLUMN : String = dividedcolumn
[static]
TinyChartBase
  CHART_TYPE_FUNNEL : String = funnel
[static]
TinyChartBase
  CHART_TYPE_LINE : String = line
[static]
TinyChartBase
  CHART_TYPE_PIE : String = pie
[static]
TinyChartBase
  CHART_TYPE_PYRAMID : String = pyramid
[static]
TinyChartBase
  CHART_VARTIAION_TYPE_100PERCENT : String = 100%
[static]
TinyChartBase
  CHART_VARTIAION_TYPE_CLUSTERED : String = clustered
[static]
TinyChartBase
  CHART_VARTIAION_TYPE_OVERLAID : String = overlaid
[static]
TinyChartBase
  CHART_VARTIAION_TYPE_STACKED : String = stacked
[static]
TinyChartBase
  seriesColors : Array
[static] Default list of colors for series.
TinyChartBase
Property Detail
animateproperty
animate:Boolean  [read-only]

Should the chart animate?

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


Implementation
    public function get animate():Boolean
autoAdjustproperty 
public var autoAdjust:Boolean = true

Whether or not to adjust the min and max values for this series so that the axis bound to this series will pad end values to nicely distribute the numbers

backgroundEnabledproperty 
public var backgroundEnabled:Boolean = true

Flag whether or not to draw the background

currentTipproperty 
public var currentTip:IDataTipRenderer

dataProviderproperty 
dataProvider:Object[override]

Specifies the data provider for the chart.

This property can accept an array or any other object that implements the IList or ICollectionView interface.


Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void
elementsToBlurproperty 
elementsToBlur:Array  [read-only]


Implementation
    public function get elementsToBlur():Array
elementToCenterproperty 
elementToCenter:IUIComponent  [read-only]


Implementation
    public function get elementToCenter():IUIComponent
firstSeriesproperty 
firstSeries:Series  [read-only]

The first series


Implementation
    public function get firstSeries():Series
intervalproperty 
public var interval:Number

For IBarChart and IColumnChart support, where you have an axis, you can define a custom interval. IF you set autoAdjust=false and specify an interval, that interval will be used between min and max values.

painterproperty 
public var painter:TinyChartPainterBase

The default painter for this chart. This painter is associated with all the series that do not come with a default painter.

secondarySeriesproperty 
secondarySeries:Array

For multi series charts, you can add secondary series to this array. Make sure you specify a painter for each secondary series. For the primary series, we simply use the charts default painter (unless the series overrides it), but secondary series need their own painters.


Implementation
    public function get secondarySeries():Array
    public function set secondarySeries(value:Array):void
selectedChartItemsproperty 
selectedChartItems:Array  [read-only]

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies an array of all the selected ChartItem objects in the chart.


Implementation
    public function get selectedChartItems():Array
seriesproperty 
series:Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

An array of Series objects that define the chart data. Each chart defines the type of Series objects that you use to populate this array. For example, a ColumnChart control expects ColumnSeries objects as part of this array. Some charts accept any object of type IChartElement2 as part of the array, but in general each chart expects a specific type.


Implementation
    public function get series():Array
    public function set series(value:Array):void
showDataTipsproperty 
public var showDataTips:Boolean = true

Flag to show data tips for this chart

showSpinnerOnCreationCompleteproperty 
showSpinnerOnCreationComplete:Boolean


Implementation
    public function get showSpinnerOnCreationComplete():Boolean
    public function set showSpinnerOnCreationComplete(value:Boolean):void
spinnerproperty 
spinner:ISpinner


Implementation
    public function get spinner():ISpinner
    public function set spinner(value:ISpinner):void
spinnerBehaviorproperty 
public var spinnerBehavior:SpinnerBehavior

spinnerFactoryproperty 
spinnerFactory:IFactory

Factory responsible for instantiating a new spinner. Defaults to com.flexicious.Spinner. Needs to implement com.flexicious.interfaces.ISpinner, and extend UIComponent


Implementation
    public function get spinnerFactory():IFactory
    public function set spinnerFactory(value:IFactory):void
spinnerLabelproperty 
spinnerLabel:String

The label of the spinner control, you can use styles to control the appearance.


Implementation
    public function get spinnerLabel():String
    public function set spinnerLabel(value:String):void
spinnerParentproperty 
spinnerParent:Object  [read-only]

The parent component to add the spinner to


Implementation
    public function get spinnerParent():Object
threeDimensionalproperty 
threeDimensional:Boolean

Is this a 3D chart? For the 2.9 release, only bar and column charts support 3d.


Implementation
    public function get threeDimensional():Boolean
    public function set threeDimensional(value:Boolean):void
threeDimensionalShadowRatioproperty 
threeDimensionalShadowRatio:Number

If threeDimensional is set to true, the ratio of the shadow for the 3D perspective. Defaults to 0.25. Should range between 0 and 1. Currently only applicable to bar and column charts.


Implementation
    public function get threeDimensionalShadowRatio():Number
    public function set threeDimensionalShadowRatio(value:Number):void
tooltipBehaviorproperty 
public var tooltipBehavior:TooltipBehavior

Constructor Detail
TinyChartBase()Constructor
public function TinyChartBase()

The constructor

Method Detail
collectionChangeHandler()method
override protected function collectionChangeHandler(event:CollectionEvent):void

Collection change handler.

Parameters

event:CollectionEvent

defaultDataTipFunction()method 
protected function defaultDataTipFunction(hitData:HitData):String

Datatip function

Parameters

hitData:HitData

Returns
String
drawChart()method 
public function drawChart():void

This method actually draws the chart. Internally, most charts will call the associated painters paintSeries method.

findDataPoints()method 
public function findDataPoints(x:Number, y:Number, checkInteractivity:Boolean = false, sensitivity:int = -1):Array

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Returns an array of HitData objects that describe the nearest data point to the coordinates passed to the method. The x and y arguments should be values in the coordinate system of the ChartBase object.

This method adheres to the limits specified by the mouseSensitivity property of the ChartBase object when looking for nearby data points.

Parameters

x:Number — The x coordinate relative to the ChartBase object.
 
y:Number — The y coordinate relative to the ChartBase object.
 
checkInteractivity:Boolean (default = false)
 
sensitivity:int (default = -1)

Returns
Array — An array of HitData objects.

See also

mx.charts.HitData
getPlotPoints()method 
public function getPlotPoints(item:Object):Array

Gets all the plot points across all series for this item.

Parameters

item:Object

Returns
Array
hideSpinner()method 
public function hideSpinner():void

invalidateChart()method 
public function invalidateChart():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Triggers a redraw of the chart area. Call this method when you add or change the chart's series or data providers. This triggers a full repaint of the chart, including recalculation of axes, bounds, etc.

invalidateChartArea()method 
public function invalidateChartArea():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Triggers a redraw of the chart area. This triggers a lightweigh repaint of the chart.

invalidateChartSize()method 
public function invalidateChartSize():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Triggers a redraw of the chart area. This triggers a lightweigh repaint of the chart.

isItemSelected()method 
public function isItemSelected(item:Object, series:Series = null):Boolean

Iterates over selectedChartItems and checks to see if any chart item has specified item selected.

Parameters

item:Object
 
series:Series (default = null)

Returns
Boolean
isItemUnderMouse()method 
public function isItemUnderMouse(item:Object, series:Series = null, first:Boolean = false):Boolean

Iterates over _itemsUnderMouse and checks to see if any chart item has specified item selected.

Parameters

item:Object
 
series:Series (default = null)
 
first:Boolean (default = false)

Returns
Boolean
mouseClickHandler()method 
protected function mouseClickHandler(event:MouseEvent):void

Handler for the mouse click event. Identifies the data points under the mouse and dispatches a ITEM_CLICK event with this information. Asks the series to handle mouse click for selection.

Parameters

event:MouseEvent

mouseDoubleClickHandler()method 
protected function mouseDoubleClickHandler(event:MouseEvent):void

Handler for the double click event. Identifies the data points under the mouse and dispatches a CHART_DOUBLE_CLICK or ITEM_DOUBLE_CLICK event with this information. Asks the series to handle mouse click for selection.

Parameters

event:MouseEvent

mouseDownHandler()method 
protected function mouseDownHandler(event:MouseEvent):void

Handler for the mouse down event. Identifies the data points under the mouse and dispatches a ITEM_MOUSE_DOWN event with this information

Parameters

event:MouseEvent

mouseMoveHandler()method 
protected function mouseMoveHandler(event:MouseEvent):void

Parameters

event:MouseEvent

mouseOutHandler()method 
protected function mouseOutHandler(event:MouseEvent):void

Handler for the mouse out event. Hides the data tip, if any

Parameters

event:MouseEvent

mouseUpHandler()method 
protected function mouseUpHandler(event:MouseEvent):void

Handler for the mouse over event. Identifies the data points under the mouse and dispatches a ITEM_MOUSE_UP event with this information

Parameters

event:MouseEvent

onCreationComplete()method 
override protected function onCreationComplete(event:FlexEvent):void

Parameters

event:FlexEvent

onResize()method 
override protected function onResize(event:ResizeEvent):void

Parameters

event:ResizeEvent

showSpinner()method 
public function showSpinner(msg:String):void

Parameters

msg:String

Event Detail
change Event
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.CHANGE

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the selection changes in the chart.

Event type constant; indicates that the selection in the chart has changed.
chartClick Event  
Event Object Type: com.events.ChartEvent
ChartEvent.type property = com.events.ChartEvent.CHART_CLICK

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when no data point is found under the mouse pointer when mouse is clicked on chart. Flex considers only data points within the radius determined by the mouseSensitivity property.

chartDoubleClick Event  
Event Object Type: com.events.ChartEvent
ChartEvent.type property = com.events.ChartEvent.CHART_DOUBLE_CLICK

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when no data point is found under the mouse pointer when mouse is double-clicked on chart. Flex considers only data points within the radius determined by the mouseSensitivity property.

itemClick Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.MOUSE_CLICK_DATA

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when a data point is found under the mouse pointer when it is clicked. Flex considers only data points within the radius determined by the mouseSensitivity property.

itemDoubleClick Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.ITEM_DOUBLE_CLICK

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when a data point is found under the mouse pointer when it is double clicked. Flex considers only data points within the radius determined by the mouseSensitivity property.

Event type constant; indicates that the user double-clicked the mouse button over a chart item representing data in the chart.
itemMouseDown Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.ITEM_MOUSE_DOWN

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when a data point is found under the mouse pointer when it is pressed down. Flex considers only data points within the radius determined by the mouseSensitivity property.

Event type constant; indicates that the user pressed the mouse button over a chart item representing data in the chart.
itemMouseMove Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.ITEM_MOUSE_MOVE

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the mouse pointer moves while over a data point. Flex considers only data points within the radius determined by the mouseSensitivity property.

Event type constant; indicates that the user moved the mouse pointer while hovering over a chart item representing data in the chart.
itemMouseUp Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.ITEM_MOUSE_UP

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when a data point is found under the mouse pointer when it is released. Flex considers only data points within the radius determined by the mouseSensitivity property.

Event type constant; indicates that the user released the mouse button while over a chart item representing data in the chart.
itemRollOut Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.ITEM_ROLL_OUT

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when the closest data point under the mouse pointer changes. Flex considers only data points within the radius determined by the mouseSensitivity property.

Event type constant; indicates that the user rolled the mouse pointer away from a chart item representing data in the chart.
itemRollOver Event  
Event Object Type: com.flexicious.components.tinycharts.events.ChartItemEvent
ChartItemEvent.type property = com.flexicious.components.tinycharts.events.ChartItemEvent.ITEM_ROLL_OVER

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Dispatched when a new data point is found under the mouse pointer. Flex only considers data points within the radius determined by the mouseSensitivity property.

Event type constant; indicates that the user rolled the mouse pointer over a chart item representing data in the chart.
Constant Detail
CHART_TYPE_AREAConstant
public static const CHART_TYPE_AREA:String = area

CHART_TYPE_BARConstant 
public static const CHART_TYPE_BAR:String = bar

CHART_TYPE_BUBBLEConstant 
public static const CHART_TYPE_BUBBLE:String = bubble

CHART_TYPE_COLUMNConstant 
public static const CHART_TYPE_COLUMN:String = column

CHART_TYPE_DIVIDED_BARConstant 
public static const CHART_TYPE_DIVIDED_BAR:String = dividedbar

CHART_TYPE_DIVIDED_COLUMNConstant 
public static const CHART_TYPE_DIVIDED_COLUMN:String = dividedcolumn

CHART_TYPE_FUNNELConstant 
public static const CHART_TYPE_FUNNEL:String = funnel

CHART_TYPE_LINEConstant 
public static const CHART_TYPE_LINE:String = line

CHART_TYPE_PIEConstant 
public static const CHART_TYPE_PIE:String = pie

CHART_TYPE_PYRAMIDConstant 
public static const CHART_TYPE_PYRAMID:String = pyramid

CHART_VARTIAION_TYPE_100PERCENTConstant 
public static const CHART_VARTIAION_TYPE_100PERCENT:String = 100%

CHART_VARTIAION_TYPE_CLUSTEREDConstant 
public static const CHART_VARTIAION_TYPE_CLUSTERED:String = clustered

CHART_VARTIAION_TYPE_OVERLAIDConstant 
public static const CHART_VARTIAION_TYPE_OVERLAID:String = overlaid

CHART_VARTIAION_TYPE_STACKEDConstant 
public static const CHART_VARTIAION_TYPE_STACKED:String = stacked

seriesColorsConstant 
public static const seriesColors:Array

Default list of colors for series.