Pakket | coldfusion.service |
Klasse | public class ChartSeries |
Overerving | ChartSeries Object |
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries
.
The ColdFusion chart service requires the input in CFIDE.services.chartseries
.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
colorlist : String
Sets colors for each data point. | ChartSeries | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates an instance of the ChartSeries class. | ChartSeries | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
chartdata | eigenschap |
public var chartdata:Array
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | eigenschap |
public var colorlist:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | eigenschap |
public var datalabelstyle:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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.
De standaardwaarde is none.
paintstyle | eigenschap |
public var paintstyle:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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.
De standaardwaarde is plain.
seriescolor | eigenschap |
public var seriescolor:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var serieslabel:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | eigenschap |
public var type:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
bar
line
pyramid
area
horizontalbar
cone
curve
cylinder
step
scatter
pie
Constructordetails
ChartSeries | () | Constructor |
public function ChartSeries()
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Wed Jun 13 2018, 11:42 AM Z