| Пакет | coldfusion.service |
| Класс | public class ChartSeries |
| Наследование | ChartSeries Object |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | Flash Player 9, AIR 1.0 |
CFIDE.services.chartseries.
The ColdFusion chart service requires the input in CFIDE.services.chartseries.
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| chartdata : Array
Array of coldfusion.service.chartdata
| ChartSeries | ||
| colorlist : String
Sets colors for each data point. | ChartSeries | ||
![]() | constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | 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 | ||
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
Creates an instance of the ChartSeries class. | ChartSeries | ||
![]() |
Показывает, определено ли заданное свойство для объекта. | Object | |
![]() |
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | |
![]() |
Показывает наличие заданного свойства и его перечисляемость. | Object | |
![]() |
Задает доступность динамического свойства для операций цикла. | Object | |
![]() |
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | |
![]() |
Возвращает строковое представление заданного объекта. | Object | |
![]() |
Возвращает элементарное значение заданного объекта. | Object | |
Сведения о свойстве
chartdata | свойство |
public var chartdata:Array| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Array of coldfusion.service.chartdata
colorlist | свойство |
public var colorlist:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Sets colors for each data point.
datalabelstyle | свойство |
public var datalabelstyle:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | 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.
Значением по умолчанию является none.
paintstyle | свойство |
public var paintstyle:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | 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.
Значением по умолчанию является plain.
seriescolor | свойство |
public var seriescolor:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | 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 | свойство |
public var serieslabel:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Text of the data series label.
type | свойство |
public var type:String| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Sets the chart display type:
barlinepyramidareahorizontalbarconecurvecylinderstepscatterpie
Сведения о конструкторе
ChartSeries | () | Конструктор |
public function ChartSeries()| Язык версии: | ActionScript 3.0 |
| Версия продукта: | ColdFusion 9 |
| Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Creates an instance of the ChartSeries class.
Tue Jun 12 2018, 11:34 AM Z
Скрыть унаследованные общедоступные свойства
Показать унаследованные общедоступные свойства