Paket | mx.charts.chartClasses |
Klass | public class DataDescription |
Arv | DataDescription Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
describeData()
method when invoked.
Egenskap | Definieras med | ||
---|---|---|---|
boundedValues : Array
An Array of BoundedValue objects describing the data in the element. | DataDescription | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | DataDescription | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
REQUIRED_BOUNDED_VALUES : uint = 0x2 [statisk]
A bitflag passed by the axis to an element's describeData() method. | DataDescription | ||
REQUIRED_MIN_INTERVAL : uint = 0x1 [statisk]
A bitflag passed by the axis to an element's describeData() method. | DataDescription | ||
REQUIRED_MIN_MAX : uint = 0x4 [statisk]
A bitflag passed by the axis to an element's describeData() method. | DataDescription | ||
REQUIRED_PADDING : uint = 0x8 [statisk]
A bitflag passed by the axis to an element's describeData() method. | DataDescription |
boundedValues | egenskap |
public var boundedValues:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | egenskap |
public var max:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The maximum data value displayed by the element.
min | egenskap |
public var min:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The minimum data value displayed by the element.
minInterval | egenskap |
public var minInterval:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The minimum interval, in data units, between any two values displayed by the element.
padding | egenskap |
public var padding:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 .
DataDescription | () | Konstruktor |
public function DataDescription()
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
REQUIRED_BOUNDED_VALUES | Konstant |
public static const REQUIRED_BOUNDED_VALUES:uint = 0x2
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const REQUIRED_MIN_INTERVAL:uint = 0x1
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const REQUIRED_MIN_MAX:uint = 0x4
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const REQUIRED_PADDING:uint = 0x8
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Tue Jun 12 2018, 01:40 PM Z