Paket | coldfusion.service |
Sınıf | public class ChartSeries |
Miras Alma | ChartSeries Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries
.
The ColdFusion chart service requires the input in CFIDE.services.chartseries
.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
colorlist : String
Sets colors for each data point. | ChartSeries | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Creates an instance of the ChartSeries class. | ChartSeries | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
chartdata | özellik |
public var chartdata:Array
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | özellik |
public var colorlist:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | özellik |
public var datalabelstyle:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur none.
paintstyle | özellik |
public var paintstyle:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur plain.
seriescolor | özellik |
public var seriescolor:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
public var serieslabel:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | özellik |
public var type:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
bar
line
pyramid
area
horizontalbar
cone
curve
cylinder
step
scatter
pie
Yapıcı Ayrıntı
ChartSeries | () | Yapıcı |
public function ChartSeries()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Tue Jun 12 2018, 01:09 PM Z