| Paket | coldfusion.service |
| Klass | public class ChartSeries |
| Arv | ChartSeries Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries.
The ColdFusion chart service requires the input in CFIDE.services.chartseries.
Publika egenskaper
| Egenskap | Definieras med | ||
|---|---|---|---|
| chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
| colorlist : String
Sets colors for each data point. | ChartSeries | ||
![]() | constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Creates an instance of the ChartSeries class. | ChartSeries | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
Egenskapsdetaljer
chartdata | egenskap |
public var chartdata:Array| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | egenskap |
public var colorlist:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | egenskap |
public var datalabelstyle:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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.
Standardvärdet är none.
paintstyle | egenskap |
public var paintstyle:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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.
Standardvärdet är plain.
seriescolor | egenskap |
public var seriescolor:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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 | egenskap |
public var serieslabel:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | egenskap |
public var type:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
barlinepyramidareahorizontalbarconecurvecylinderstepscatterpie
Konstruktordetaljer
ChartSeries | () | Konstruktor |
public function ChartSeries()| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper