ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
coldfusion.service.mxml 

Chart  - AS3 CF

Paketcoldfusion.service.mxml
Klassepublic class Chart
VererbungChart Inheritance BasicService Inheritance InternalConfig Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: 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.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 Inheritedaction : String
Action string for the service.
BasicService
  backgroundColor : String
Color of the area between the data background and the chart border, around labels and around the legend.
Chart
 InheritedcfContextRoot : String
Context root of the ColdFusion server.
InternalConfig
 InheritedcfPort : int
Port where the ColdFusion server is running.
InternalConfig
 InheritedcfServer : String
Name or IP address of the ColdFusion server.
InternalConfig
  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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
  dataBackgroundColor : String
Color of area around chart data.
Chart
 Inheriteddestination : String
Specifies the destination for the remoting call.
InternalConfig
  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
 InheritedsecureHttp : Boolean
Boolean value that specifies if secure HTTP is used: yes: uses secure HTTP no: does not use secure HTTP
InternalConfig
  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
 InheritedservicePassword : String
Password to access ColdFusion services.
InternalConfig
 InheritedserviceUserName : String
Username to access ColdFusion services.
InternalConfig
  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
Öffentliche Methoden
 MethodeDefiniert von
  
Creates an instance of the Chart class.
Chart
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
BasicService
 Inherited
Dispatches an event into the event flow.
BasicService
  
Sends the information to the ColdFusion service based on the action and the attributes that the user sets.
Chart
 Inherited
Returns the RemoteObject instance used by the proxy classes to make the remote object call.
BasicService
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
BasicService
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BasicService
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt das angegebene Objekt als String zurück.
Object
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BasicService
Ereignisse
 Ereignis Übersicht Definiert von
 InheritedDispatched when a ColdFusion service call fails.BasicService
 InheritedDispatched when a ColdFusion service call returns successfully.BasicService
Eigenschaftendetails

backgroundColor

Eigenschaft
public var backgroundColor:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Color of the area between the data background and the chart border, around labels and around the legend. Hexadecimal value or supported named color.

chartHeight

Eigenschaft 
public var chartHeight:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Height of the chart. Integer number of pixels.

Der Standardwert ist 240.

chartSeries

Eigenschaft 
public var chartSeries:Array

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Defines the chart style in which the data displays: bar, line, pie, and so on.

chartWidth

Eigenschaft 
public var chartWidth:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Width of the chart. Integer number of pixels.

Der Standardwert ist 320.

dataBackgroundColor

Eigenschaft 
public var dataBackgroundColor:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Color of area around chart data. Hexadecimal value or supported named color.

Der Standardwert ist white.

font

Eigenschaft 
public var font:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Name of text font:

  • arial
  • times
  • courier
  • arialunicodeMS

Der Standardwert ist arial.

fontBold

Eigenschaft 
public var fontBold:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to make the text bold:

  • yes
  • no

Der Standardwert ist no.

fontItalic

Eigenschaft 
public var fontItalic:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to make the text italicized:

  • yes
  • no

Der Standardwert ist no.

fontSize

Eigenschaft 
public var fontSize:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Font size. If the number is not an integer, ColdFusion rounds the number up to the next integer.

Der Standardwert ist 11.

foregroundColor

Eigenschaft 
public var foregroundColor:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Color of text, grid lines, and labels. Hexadecimal value or supported named color.

Der Standardwert ist black.

format

Eigenschaft 
public var format:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

File format in which to save the graph:

  • flash
  • jpg
  • png

Der Standardwert ist flash.

gridLines

Eigenschaft 
public var gridLines:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Number of grid lines to display on the value axis, including axis; positive integer.

Der Standardwert ist 10, including top and bottom.

labelFormat

Eigenschaft 
public var labelFormat:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Format for y-axis labels:

  • number
  • currency
  • percent
  • date

Der Standardwert ist number.

markerSize

Eigenschaft 
public var markerSize:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Size of data point marker in pixels; integer.

Der Standardwert ist (Automatic).

piesliceStyle

Eigenschaft 
public var piesliceStyle:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Applies to the cfchartseriestype attribute value pie:

  • solid: displays pie as if unsliced.
  • sliced: displays pie as if sliced.

Der Standardwert ist sliced.

scaleFrom

Eigenschaft 
public var scaleFrom:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Y-axis minimum value; integer.

Der Standardwert ist Determined by data.

scaleTo

Eigenschaft 
public var scaleTo:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Y-axis maximum value; integer.

Der Standardwert ist Determined by data.

seriesPlacement

Eigenschaft 
public var seriesPlacement:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

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

Der Standardwert ist default.

show3d

Eigenschaft 
public var show3d:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display the chart with three-dimensional appearance:

  • yes
  • no

Der Standardwert ist yes.

showBorder

Eigenschaft 
public var showBorder:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display a border around the chart:

  • yes
  • no

Der Standardwert ist no.

showLegend

Eigenschaft 
public var showLegend:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display the legend if the chart contains more than one data series:

  • yes
  • no

Der Standardwert ist yes.

showMarkers

Eigenschaft 
public var showMarkers:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display markers at data points in line, curve, and scatter graphs:

  • yes
  • no

Der Standardwert ist yes.

showxGridLines

Eigenschaft 
public var showxGridLines:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display x-axis gridlines:

  • yes
  • no

Der Standardwert ist no.

showyGridLines

Eigenschaft 
public var showyGridLines:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display y-axis gridlines:

  • yes
  • no

Der Standardwert ist yes.

sortXAxis

Eigenschaft 
public var sortXAxis:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether to display column labels in alphabetic order along the x axis:

  • yes
  • no
Ignored if the xAxisType attribute is scale.

Der Standardwert ist no.

tipBgColor

Eigenschaft 
public var tipBgColor:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Background color of tips. Applies only to Flash format graph files. Hexadecimal value or supported named color.

Der Standardwert ist white.

tipStyle

Eigenschaft 
public var tipStyle:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Determines the action that opens a pop-up window to display information about the current chart element.

  • mouseDown: Displays if the user positions the cursor at the element and clicks the mouse. Applies only to Flash format graph files. (For other formats, this option functions the same as mouseOver.)
  • mouseOver: Displays if the user positions the cursor at the element.
  • none: Suppresses display

Der Standardwert ist mouseOver.

title

Eigenschaft 
public var title:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Title of the chart.

url

Eigenschaft 
public var url:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

URL to open if the user clicks item in a data series; the onClick destination page. You can specify variables within the URL string; ColdFusion passes current values of the variables:

  • $VALUE$: The value of the selected row. If none, the value is an empty string.
  • $ITEMLABEL$: The label of the selected item. If none, the value is an empty string.
  • $SERIESLABEL$: The label of the selected series. If none, the value is an empty string.
  • "javascript:...": Executes a client-side script.

xAxisTitle

Eigenschaft 
public var xAxisTitle:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Title that appears on the x axis; text.

xAxisType

Eigenschaft 
public var xAxisType:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Whether the x axis indicates data or is numeric:

  • category: The axis indicates the data category. Data is sorted according to the sortXAxis attribute.
  • scale: The axis is numeric. All cfchartdataitem attribute values must be numeric. The x axis is automatically sorted numerically.

Der Standardwert ist category.

xOffset

Eigenschaft 
public var xOffset:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Number of units by which to display the chart as angled, horizontally. Applies if show3D="yes". The number can be between -1 and 1, where "-1" specifies 90 degrees left and "1" specifies 90 degrees right.

Der Standardwert ist 0.1.

yAxisTitle

Eigenschaft 
public var yAxisTitle:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Title of the y axis; text.

yAxisType

Eigenschaft 
public var yAxisType:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Currently has no effect, as the y axis is always used for data values.

Der Standardwert ist category.

yOffset

Eigenschaft 
public var yOffset:String

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Number of units by which to display the chart as angled, vertically. Applies if show3D="yes". The number can be between -1 and 1, where "-1" specifies 90 degrees left and "1" specifies 90 degrees right.

Der Standardwert ist 0.1.

Konstruktordetails

Chart

()Konstruktor
public function Chart()

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Creates an instance of the Chart class.

Methodendetails

execute

()Methode
public function execute():void

Sprachversion: ActionScript 3.0
Produktversion: ColdFusion 9
Laufzeitversionen: Flash Player 9, AIR 1.0

Sends the information to the ColdFusion service based on the action and the attributes that the user sets.





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.