BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
coldfusion.service.mxml 

Chart  - AS3 CF

(Beta)
Packagecoldfusion.service.mxml
Classpublic class Chart
InheritanceChart Inheritance BasicService Inheritance InternalConfig Inheritance Object

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

The proxy class for chart services that are exposed by ColdFusion. This class extends from the BasicService class that has common functionality built across services.



Public Properties
 PropertyDefined By
  backgroundColor : String
Color of the area between the data background and the chart border, around labels and around the legend.
Chart
  chartHeight : String
Height of the chart.
Chart
  chartSeries : Array
Defines the chart style in which the data displays: bar, line, pie, and so on.
Chart
  chartWidth : String
Width of the chart.
Chart
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  dataBackgroundColor : String
Color of area around chart data.
Chart
  font : String
Name of text font: arial times courier arialunicodeMS
Chart
  fontBold : String
Whether to make the text bold: yes no
Chart
  fontItalic : String
Whether to make the text italicized: yes no
Chart
  fontSize : String
Font size.
Chart
  foregroundColor : String
Color of text, grid lines, and labels.
Chart
  format : String
File format in which to save the graph: flash jpg png
Chart
  gridLines : String
Number of grid lines to display on the value axis, including axis; positive integer.
Chart
  labelFormat : String
Format for y-axis labels: number currency percent date
Chart
  markerSize : String
Size of data point marker in pixels; integer.
Chart
  piesliceStyle : String
Applies to the cfchartseriestype attribute value pie: solid: displays pie as if unsliced. sliced: displays pie as if sliced.
Chart
  scaleFrom : String
Y-axis minimum value; integer.
Chart
  scaleTo : String
Y-axis maximum value; integer.
Chart
  seriesPlacement : String
Relative positions of series in charts that have more than one data series: default: ColdFusion determines relative positions, based on graph types cluster stacked percent
Chart
  show3d : String
Whether to display the chart with three-dimensional appearance: yes no
Chart
  showBorder : String
Whether to display a border around the chart: yes no
Chart
  showLegend : String
Whether to display the legend if the chart contains more than one data series: yes no
Chart
  showMarkers : String
Whether to display markers at data points in line, curve, and scatter graphs: yes no
Chart
  showxGridLines : String
Whether to display x-axis gridlines: yes no
Chart
  showyGridLines : String
Whether to display y-axis gridlines: yes no
Chart
  sortXAxis : String
Whether to display column labels in alphabetic order along the x axis: yes no Ignored if the xAxisType attribute is scale.
Chart
  tipBgColor : String
Background color of tips.
Chart
  tipStyle : String
Determines the action that opens a pop-up window to display information about the current chart element.
Chart
  title : String
Title of the chart.
Chart
  url : String
URL to open if the user clicks item in a data series; the onClick destination page.
Chart
  xAxisTitle : String
Title that appears on the x axis; text.
Chart
  xAxisType : String
Whether the x axis indicates data or is numeric: category: The axis indicates the data category.
Chart
  xOffset : String
Number of units by which to display the chart as angled, horizontally.
Chart
  yAxisTitle : String
Title of the y axis; text.
Chart
  yAxisType : String
Currently has no effect, as the y axis is always used for data values.
Chart
  yOffset : String
Number of units by which to display the chart as angled, vertically.
Chart
Public Methods
 MethodDefined By
  
Creates an instance of the Chart class.
Chart
  
Sends the information to the ColdFusion service based on the action and the attributes that the user sets.
Chart
 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
Events
 Event Summary Defined By
 InheritedDispatched when a ColdFusion service call fails.BasicService
 InheritedDispatched when a ColdFusion service call returns successfully.BasicService
Property Detail
Constructor Detail
Method Detail