Paquete | coldfusion.service |
Clase | public class ChartSeries |
Herencia | ChartSeries Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries
.
The ColdFusion chart service requires the input in CFIDE.services.chartseries
.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
colorlist : String
Sets colors for each data point. | ChartSeries | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates an instance of the ChartSeries class. | ChartSeries | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
chartdata | propiedad |
public var chartdata:Array
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | propiedad |
public var colorlist:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | propiedad |
public var datalabelstyle:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | 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.
El valor predeterminado es none.
paintstyle | propiedad |
public var paintstyle:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | 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.
El valor predeterminado es plain.
seriescolor | propiedad |
public var seriescolor:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | 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 | propiedad |
public var serieslabel:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | propiedad |
public var type:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
bar
line
pyramid
area
horizontalbar
cone
curve
cylinder
step
scatter
pie
Información sobre constructores
ChartSeries | () | Información sobre |
public function ChartSeries()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | ColdFusion 9 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Tue Jun 12 2018, 02:12 PM Z