Pacote | coldfusion.service |
Classe | public class ChartSeries |
Herança | ChartSeries Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries
.
The ColdFusion chart service requires the input in CFIDE.services.chartseries
.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
colorlist : String
Sets colors for each data point. | ChartSeries | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
chartdata | propriedade |
public var chartdata:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | propriedade |
public var colorlist:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | propriedade |
public var datalabelstyle:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | 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.
O valor padrão é none.
paintstyle | propriedade |
public var paintstyle:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | 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.
O valor padrão é plain.
seriescolor | propriedade |
public var seriescolor:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | 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 | propriedade |
public var serieslabel:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | propriedade |
public var type:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
bar
line
pyramid
area
horizontalbar
cone
curve
cylinder
step
scatter
pie
Detalhes do construtor
ChartSeries | () | Construtor |
public function ChartSeries()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | ColdFusion 9 |
Versões de runtime: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Wed Jun 13 2018, 11:10 AM Z