Paket | mx.charts |
Klass | public class AxisLabel |
Arv | AxisLabel Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Fler exempel
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
position : Number
The position, specified as a value between 0 and 1,
of the label along the axis. | AxisLabel | ||
text : String
The text label that is actually rendered along the axis. | AxisLabel | ||
value : Object
The value that the label represents. | AxisLabel |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | AxisLabel | ||
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 |
Egenskapsdetaljer
position | egenskap |
public var position:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The position, specified as a value between 0 and 1, of the label along the axis. An AxisLabel with a position of 0 is placed at the minimum value of the axis, while an AxisLabel with a position of 1 is placed at the maximum value of the axis.
text | egenskap |
public var text:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The text label that is actually rendered along the axis.
value | egenskap |
public var value:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The value that the label represents. The particular type of the value property is specific to the axis that generated the label. For example, a LinearAxis might generate numeric values, while a DateTimeAxis might generate Date instance values.
Konstruktordetaljer
AxisLabel | () | Konstruktor |
public function AxisLabel(position:Number = 0, value:Object = null, text:String = null)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrarposition:Number (default = 0 ) — The position, specified as a value between 0 and 1,
of the label along the axis.
| |
value:Object (default = null ) — The value the label represents.
| |
text:String (default = null ) — The text label that is actually rendered along the axis.
|
Tue Jun 12 2018, 01:40 PM Z