Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
coldfusion.service 

ChartSeries  - AS3 CF

Пакетcoldfusion.service
Классpublic class ChartSeries
НаследованиеChartSeries Inheritance Object

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

A class that is remotely mapped to 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
 Inheritedconstructor : 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
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
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:

  • bar
  • line
  • pyramid
  • area
  • horizontalbar
  • cone
  • curve
  • cylinder
  • step
  • scatter
  • pie

Сведения о конструкторе

ChartSeries

()Конструктор
public function ChartSeries()

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

Creates an instance of the ChartSeries class.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.