Пакет | coldfusion.service.mxml |
Класс | public class Chart |
Наследование | Chart BasicService InternalConfig Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Свойство | Определено | ||
---|---|---|---|
action : 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 | ||
cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | ||
cfPort : int
Port where the ColdFusion server is running. | InternalConfig | ||
cfServer : 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 | ||
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
dataBackgroundColor : String
Color of area around chart data. | Chart | ||
destination : 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 | ||
secureHttp : 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 | ||
servicePassword : String
Password to access ColdFusion services. | InternalConfig | ||
serviceUserName : 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 |
Метод | Определено | ||
---|---|---|---|
Chart()
Creates an instance of the Chart class. | Chart | ||
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 | ||
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 | ||
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | ||
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Removes a listener from the EventDispatcher object. | BasicService | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService |
backgroundColor | свойство |
public var backgroundColor:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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 | свойство |
public var chartHeight:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Height of the chart. Integer number of pixels.
Значением по умолчанию является 240.
chartSeries | свойство |
public var chartSeries:Array
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Defines the chart style in which the data displays: bar, line, pie, and so on.
chartWidth | свойство |
public var chartWidth:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Width of the chart. Integer number of pixels.
Значением по умолчанию является 320.
dataBackgroundColor | свойство |
public var dataBackgroundColor:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Color of area around chart data. Hexadecimal value or supported named color.
Значением по умолчанию является white
.
font | свойство |
public var font:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Name of text font:
arial
times
courier
arialunicodeMS
Значением по умолчанию является arial
.
fontBold | свойство |
public var fontBold:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to make the text bold:
yes
no
Значением по умолчанию является no.
fontItalic | свойство |
public var fontItalic:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to make the text italicized:
yes
no
Значением по умолчанию является no.
fontSize | свойство |
public var fontSize:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Font size. If the number is not an integer, ColdFusion rounds the number up to the next integer.
Значением по умолчанию является 11.
foregroundColor | свойство |
public var foregroundColor:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Color of text, grid lines, and labels. Hexadecimal value or supported named color.
Значением по умолчанию является black
.
format | свойство |
public var format:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
File format in which to save the graph:
flash
jpg
png
Значением по умолчанию является flash
.
gridLines | свойство |
public var gridLines:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Number of grid lines to display on the value axis, including axis; positive integer.
Значением по умолчанию является 10, including top and bottom.
labelFormat | свойство |
public var labelFormat:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Format for y-axis labels:
number
currency
percent
date
Значением по умолчанию является number
.
markerSize | свойство |
public var markerSize:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Size of data point marker in pixels; integer.
Значением по умолчанию является (Automatic).
piesliceStyle | свойство |
public var piesliceStyle:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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.
Значением по умолчанию является sliced
.
scaleFrom | свойство |
public var scaleFrom:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Y-axis minimum value; integer.
Значением по умолчанию является Determined by data.
scaleTo | свойство |
public var scaleTo:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Y-axis maximum value; integer.
Значением по умолчанию является Determined by data.
seriesPlacement | свойство |
public var seriesPlacement:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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 typescluster
stacked
percent
Значением по умолчанию является default
.
show3d | свойство |
public var show3d:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display the chart with three-dimensional appearance:
yes
no
Значением по умолчанию является yes
.
showBorder | свойство |
public var showBorder:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display a border around the chart:
yes
no
Значением по умолчанию является no
.
showLegend | свойство |
public var showLegend:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display the legend if the chart contains more than one data series:
yes
no
Значением по умолчанию является yes
.
showMarkers | свойство |
public var showMarkers:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display markers at data points in line, curve, and scatter graphs:
yes
no
Значением по умолчанию является yes
.
showxGridLines | свойство |
public var showxGridLines:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display x-axis gridlines:
yes
no
Значением по умолчанию является no
.
showyGridLines | свойство |
public var showyGridLines:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display y-axis gridlines:
yes
no
Значением по умолчанию является yes
.
sortXAxis | свойство |
public var sortXAxis:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Whether to display column labels in alphabetic order along the x axis:
yes
no
xAxisType
attribute is scale
.
Значением по умолчанию является no
.
tipBgColor | свойство |
public var tipBgColor:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Background color of tips. Applies only to Flash format graph files. Hexadecimal value or supported named color.
Значением по умолчанию является white
.
tipStyle | свойство |
public var tipStyle:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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
Значением по умолчанию является mouseOver
.
title | свойство |
public var title:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Title of the chart.
url | свойство |
public var url:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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 | свойство |
public var xAxisTitle:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Title that appears on the x axis; text.
xAxisType | свойство |
public var xAxisType:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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 thesortXAxis
attribute.scale
: The axis is numeric. Allcfchartdataitem
attribute values must be numeric. The x axis is automatically sorted numerically.
Значением по умолчанию является category
.
xOffset | свойство |
public var xOffset:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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.
Значением по умолчанию является 0.1.
yAxisTitle | свойство |
public var yAxisTitle:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Title of the y axis; text.
yAxisType | свойство |
public var yAxisType:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Currently has no effect, as the y axis is always used for data values.
Значением по умолчанию является category
.
yOffset | свойство |
public var yOffset:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | 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.
Значением по умолчанию является 0.1.
Chart | () | Конструктор |
public function Chart()
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Creates an instance of the Chart class.
execute | () | метод |
public function execute():void
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Sends the information to the ColdFusion service based on the action and the attributes that the user sets.
Tue Jun 12 2018, 11:34 AM Z