ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
coldfusion.service 

ChartSeries  - AS3 CF

Packagecoldfusion.service
Classpublic class ChartSeries
InheritanceChartSeries Inheritance Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

A class that is remotely mapped to CFIDE.services.chartseries. The ColdFusion chart service requires the input in CFIDE.services.chartseries.



Public Properties
 PropertyDefined By
  chartdata : Array
Array of coldfusion.service.chartdata
ChartSeries
  colorlist : String
Sets colors for each data point.
ChartSeries
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  datalabelstyle : String
Specifies the way in which the color is applied to the item in the series: none: nothing is printed. value: the value of the datapoint. rowLabel: the row’s label. columnLabel: the column's label. pattern: combination of column label, value, and aggregate information, such as the columnLabel value for the percentage of total graph.
ChartSeries
  paintstyle : String
Sets the paint display style of the data series: plain: solid color. raise: the appearance of a button. shade: gradient fill, darker at the edges. light: a lighter shade of color; gradient fill.
ChartSeries
  seriescolor : String
Color of the main element (such as the bars) of a chart; Hexadecimal value or supported named color.
ChartSeries
  serieslabel : String
Text of the data series label.
ChartSeries
  type : String
Sets the chart display type: bar line pyramid area horizontalbar cone curve cylinder step scatter pie
ChartSeries
Public Methods
 MethodDefined By
  
Creates an instance of the ChartSeries class.
ChartSeries
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

chartdata

property
public var chartdata:Array

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Array of coldfusion.service.chartdata

colorlist

property 
public var colorlist:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Sets colors for each data point.

datalabelstyle

property 
public var datalabelstyle:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Specifies the way in which the color is applied to the item in the series:

  • none: nothing is printed.
  • value: the value of the datapoint.
  • rowLabel: the row’s label.
  • columnLabel: the column's label.
  • pattern: combination of column label, value, and aggregate information, such as the columnLabel value for the percentage of total graph.

The default value is none.

paintstyle

property 
public var paintstyle:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Sets the paint display style of the data series:

  • plain: solid color.
  • raise: the appearance of a button.
  • shade: gradient fill, darker at the edges.
  • light: a lighter shade of color; gradient fill.

The default value is plain.

seriescolor

property 
public var seriescolor:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Color of the main element (such as the bars) of a chart; Hexadecimal value or supported named color. For a pie chart, the color of the first slice.

serieslabel

property 
public var serieslabel:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Text of the data series label.

type

property 
public var type:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Sets the chart display type:

  • bar
  • line
  • pyramid
  • area
  • horizontalbar
  • cone
  • curve
  • cylinder
  • step
  • scatter
  • pie
Constructor Detail

ChartSeries

()Constructor
public function ChartSeries()

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Creates an instance of the ChartSeries class.