| Pakket | mx.charts.series.items |
| Klasse | public class BarSeriesItem |
| Overerving | BarSeriesItem 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. | BarSeriesItem | ||
![]() | 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 | |
| min : Number
The minimum value of this item converted into screen coordinates. | BarSeriesItem | ||
| minFilter : Number
The minimum value of this item, filtered against the horizontal axis of the containing chart. | BarSeriesItem | ||
| minNumber : Number
The minimum value of this item, converted to a number by the horizontal axis of the containing chart. | BarSeriesItem | ||
| minValue : Object
The minimum value of this item. | BarSeriesItem | ||
| x : Number
The x value of this item converted into screen coordinates. | BarSeriesItem | ||
| xFilter : Number
The x value of this item, filtered against the horizontal axis of the containing chart. | BarSeriesItem | ||
| xNumber : Number
The x value of this item, converted to a number by the horizontal axis of the containing chart. | BarSeriesItem | ||
| xValue : Object
The x value of this item. | BarSeriesItem | ||
| y : Number
The y value of this item converted into screen coordinates. | BarSeriesItem | ||
| yFilter : Number
The y value of this item, filtered against the vertical axis of the containing chart. | BarSeriesItem | ||
| yNumber : Number
The y value of this item, converted to a number by the vertical axis of the containing chart. | BarSeriesItem | ||
| yValue : Object
The y value of this item. | BarSeriesItem | ||
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | BarSeriesItem | ||
![]() | 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.
min | eigenschap |
public var min:Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The minimum value of this item converted into screen coordinates.
The value of this field is undefined if the BarSeries is not stacked and its minField property is not set.
minFilter | eigenschap |
public var minFilter:Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The minimum value of this item, filtered against the horizontal axis of the containing chart. This value NaN if the value lies outside the axis's range.
The value of this field is undefined if the BarSeries is not stacked and its minField property is not set.
minNumber | eigenschap |
public var minNumber:Number| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The minimum value of this item, converted to a number by the horizontal axis of the containing chart.
The value of this field is undefined if the BarSeries is not stacked and its minField property is not set.
minValue | eigenschap |
public var minValue:Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The minimum value of this item.
The value of this field is undefined if the BarSeries is not stacked and its minField property is not set.
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's 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.
BarSeriesItem | () | Constructor |
public function BarSeriesItem(element:BarSeries = null, data:Object = null, index:uint = 0)| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parameterselement:BarSeries (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
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven