Paquete | mx.charts |
Clase | public class AxisLabel |
Herencia | AxisLabel Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Más ejemplos
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | AxisLabel | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
position | propiedad |
public var position:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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 | propiedad |
public var text:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The text label that is actually rendered along the axis.
value | propiedad |
public var value:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Información sobre constructores
AxisLabel | () | Información sobre |
public function AxisLabel(position:Number = 0, value:Object = null, text:String = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Constructor.
Parámetrosposition: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, 02:12 PM Z