Pakket | mx.charts.chartClasses |
Klasse | public class DataDescription |
Overerving | DataDescription Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
describeData()
method when invoked.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
boundedValues : Array
An Array of BoundedValue objects describing the data in the element. | DataDescription | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | DataDescription | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
REQUIRED_BOUNDED_VALUES : uint = 0x2 [statisch]
A bitflag passed by the axis to an element's describeData() method. | DataDescription | ||
REQUIRED_MIN_INTERVAL : uint = 0x1 [statisch]
A bitflag passed by the axis to an element's describeData() method. | DataDescription | ||
REQUIRED_MIN_MAX : uint = 0x4 [statisch]
A bitflag passed by the axis to an element's describeData() method. | DataDescription | ||
REQUIRED_PADDING : uint = 0x8 [statisch]
A bitflag passed by the axis to an element's describeData() method. | DataDescription |
boundedValues | eigenschap |
public var boundedValues:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var max:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The maximum data value displayed by the element.
min | eigenschap |
public var min:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The minimum data value displayed by the element.
minInterval | eigenschap |
public var minInterval:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The minimum interval, in data units, between any two values displayed by the element.
padding | eigenschap |
public var padding:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | () | Constructor |
public function DataDescription()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
REQUIRED_BOUNDED_VALUES | Constante |
public static const REQUIRED_BOUNDED_VALUES:uint = 0x2
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | Constante |
public static const REQUIRED_MIN_INTERVAL:uint = 0x1
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | Constante |
public static const REQUIRED_MIN_MAX:uint = 0x4
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | Constante |
public static const REQUIRED_PADDING:uint = 0x8
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Wed Jun 13 2018, 11:42 AM Z