Pakket | mx.charts.series.items |
Klasse | public class BubbleSeriesItem |
Overerving | BubbleSeriesItem ChartItem EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
currentState : String
Defines the appearance of the ChartItem. | ChartItem | ||
element : IChartElement
The series or element that owns the ChartItem. | ChartItem | ||
fill : IFill
Holds the fill color of the item. | BubbleSeriesItem | ||
index : int
The index of the data from the series' data provider
that the ChartItem represents. | ChartItem | ||
item : Object
The item from the series' data provider that the ChartItem represents. | ChartItem | ||
itemRenderer : IFlexDisplayObject
The instance of the chart's itemRenderer
that represents this ChartItem. | ChartItem | ||
x : Number
The x value of this item converted into screen coordinates. | BubbleSeriesItem | ||
xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | BubbleSeriesItem | ||
xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | BubbleSeriesItem | ||
xValue : Object
The x value of this item. | BubbleSeriesItem | ||
y : Number
The y value of this item converted into screen coordinates. | BubbleSeriesItem | ||
yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | BubbleSeriesItem | ||
yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | BubbleSeriesItem | ||
yValue : Object
The y value of this item. | BubbleSeriesItem | ||
z : Number
The z value of this item converted into a pixel-based radius. | BubbleSeriesItem | ||
zFilter : Number
The z value of this item, filtered against the radius axis of the containing chart. | BubbleSeriesItem | ||
zNumber : Number
The z value of this item, converted to a number by the radius axis of the containing chart. | BubbleSeriesItem | ||
zValue : Object
The z value of this item. | BubbleSeriesItem |
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | BubbleSeriesItem | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
Returns a copy of this ChartItem. | ChartItem | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
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 | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
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 | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
fill | eigenschap |
public var fill:IFill
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Holds the fill color of the item.
x | eigenschap |
public var x:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The x value of this item converted into screen coordinates.
xFilter | eigenschap |
public var xFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The x value of this item, filtered against the horizontal axis of the containing chart. This value is NaN
if the value lies outside the axis' range.
xNumber | eigenschap |
public var xNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The x value of this item, converted to a number by the horizontal axis of the containing chart.
xValue | eigenschap |
public var xValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The x value of this item.
y | eigenschap |
public var y:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The y value of this item converted into screen coordinates.
yFilter | eigenschap |
public var yFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The y value of this item, filtered against the vertical axis of the containing chart. This value is NaN
if the value lies outside the axis's range.
yNumber | eigenschap |
public var yNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The y value of this item, converted to a number by the vertical axis of the containing chart.
yValue | eigenschap |
public var yValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The y value of this item.
z | eigenschap |
public var z:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The z value of this item converted into a pixel-based radius.
zFilter | eigenschap |
public var zFilter:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The z value of this item, filtered against the radius axis of the containing chart. This value is NaN
if the value lies outside the axis' range.
zNumber | eigenschap |
public var zNumber:Number
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The z value of this item, converted to a number by the radius axis of the containing chart.
zValue | eigenschap |
public var zValue:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The z value of this item.
BubbleSeriesItem | () | Constructor |
public function BubbleSeriesItem(element:BubbleSeries = null, data:Object = null, index:uint = 0)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterselement:BubbleSeries (default = null ) — The owning series.
| |
data:Object (default = null ) — The item from the dataProvider that this ChartItem represents.
| |
index:uint (default = 0 ) — The index of the item from the series's dataProvider.
|
Wed Jun 13 2018, 11:42 AM Z