ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
mx.charts.chartClasses 

DataDescription  - AS3 Flex

Pakietmx.charts.chartClasses
Klasapublic class DataDescription
DziedziczenieDataDescription Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The DataDescription structure is used by ChartElements to describe the characteristics of the data they represent to Axis objects that auto-generate values from the data represented in the chart. ChartElements displaying data should construct and return DataDescriptions from their describeData() method when invoked.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  boundedValues : Array
An Array of BoundedValue objects describing the data in the element.
DataDescription
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  max : Number
The maximum data value displayed by the element.
DataDescription
  min : Number
The minimum data value displayed by the element.
DataDescription
  minInterval : Number
The minimum interval, in data units, between any two values displayed by the element.
DataDescription
  padding : Number
The amount of padding, in data units, that the element requires beyond its min/max values to display its full values correctly .
DataDescription
Metody publiczne
 MetodaZdefiniowane przez
  
Constructor.
DataDescription
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Stałe publiczne
 StałaZdefiniowane przez
  REQUIRED_BOUNDED_VALUES : uint = 0x2
[statyczny] A bitflag passed by the axis to an element's describeData() method.
DataDescription
  REQUIRED_MIN_INTERVAL : uint = 0x1
[statyczny] A bitflag passed by the axis to an element's describeData() method.
DataDescription
  REQUIRED_MIN_MAX : uint = 0x4
[statyczny] A bitflag passed by the axis to an element's describeData() method.
DataDescription
  REQUIRED_PADDING : uint = 0x8
[statyczny] A bitflag passed by the axis to an element's describeData() method.
DataDescription
Szczegół właściwości

boundedValues

właściwość
public var boundedValues:Array

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

An Array of BoundedValue objects describing the data in the element. BoundedValues are data points that have extra space reserved around the datapoint in the chart's data area. If requested, a chart element fills this property with whatever BoundedValues are necessary to ensure enough space is visible in the chart data area. For example, a ColumnSeries that needs 20 pixels above each column to display a data label.

max

właściwość 
public var max:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The maximum data value displayed by the element.

min

właściwość 
public var min:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The minimum data value displayed by the element.

minInterval

właściwość 
public var minInterval:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The minimum interval, in data units, between any two values displayed by the element.

padding

właściwość 
public var padding:Number

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

The amount of padding, in data units, that the element requires beyond its min/max values to display its full values correctly .

Konstruktor Szczegół

DataDescription

()Konstruktor
public function DataDescription()

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

Constructor.

Szczegół stałej

REQUIRED_BOUNDED_VALUES

Stała
public static const REQUIRED_BOUNDED_VALUES:uint = 0x2

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

A bitflag passed by the axis to an element's describeData() method. If this flag is set, the element sets the boundedValues property.

REQUIRED_MIN_INTERVAL

Stała 
public static const REQUIRED_MIN_INTERVAL:uint = 0x1

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

A bitflag passed by the axis to an element's describeData() method. If this flag is set, the element sets the minInterval property.

REQUIRED_MIN_MAX

Stała 
public static const REQUIRED_MIN_MAX:uint = 0x4

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

A bitflag passed by the axis to an element's describeData() method. If this flag is set, the element sets the DescribeData.min and DescribeData.max properties.

REQUIRED_PADDING

Stała 
public static const REQUIRED_PADDING:uint = 0x8

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 3
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.1

A bitflag passed by the axis to an element's describeData() method. If this flag is set, the element sets the DescribeData.padding property.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.