Paket | coldfusion.service |
Klasse | public class ChartSeries |
Vererbung | ChartSeries Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries
.
The ColdFusion chart service requires the input in CFIDE.services.chartseries
.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
colorlist : String
Sets colors for each data point. | ChartSeries | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Creates an instance of the ChartSeries class. | ChartSeries | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
chartdata | Eigenschaft |
public var chartdata:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | Eigenschaft |
public var colorlist:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | Eigenschaft |
public var datalabelstyle:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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.
Der Standardwert ist none.
paintstyle | Eigenschaft |
public var paintstyle:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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.
Der Standardwert ist plain.
seriescolor | Eigenschaft |
public var seriescolor:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var serieslabel:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | Eigenschaft |
public var type:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
bar
line
pyramid
area
horizontalbar
cone
curve
cylinder
step
scatter
pie
Konstruktordetails
ChartSeries | () | Konstruktor |
public function ChartSeries()
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Tue Jun 12 2018, 10:04 AM Z