Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.charts.chartClasses 

IColumn  - AS3 Flex

Paquetemx.charts.chartClasses
Interfazpublic interface IColumn
Implementadores ColumnSeries, ColumnSet, HLOCSeriesBase

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

ChartElements that can be clustered along the vertical axis should implement this interface. Any element implementing this interface can be used as a child series of a ColumnSet element with its type property set to "clustered". The ColumnSeries, HLOCSeries, CandleStickSeries, and ColumnSet classes all implement this interface.



Propiedades públicas
 PropiedadDefinido por
  columnWidthRatio : Number
[solo escritura] Specifies the width of items relative to the category size.
IColumn
  maxColumnWidth : Number
[solo escritura] Specifies how wide to draw the items, in pixels.
IColumn
  offset : Number
[solo escritura] Specifies how far to offset the center of the items from the center of the available space, relative the category size.
IColumn
Información sobre propiedades

columnWidthRatio

propiedad
columnWidthRatio:Number  [solo escritura]

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

Specifies the width of items relative to the category size. A value of 1 uses the entire space, while a value of 0.6 uses 60% of the item's available space. You typically do not set this property directly. A governing ColumSet or ColumnChart would implicitly assign this value. The actual item width used is the smaller of the columnWidthRatio and the maxColumnWidth properties.



Implementación
    public function set columnWidthRatio(value:Number):void

maxColumnWidth

propiedad 
maxColumnWidth:Number  [solo escritura]

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

Specifies how wide to draw the items, in pixels. The actual item width used is the smaller of this property and the columnWidthRatio property. You typically do not set this property directly. The ColumSet or ColumnChart object assigns this value. The actual item width used is the smaller of the columnWidthRatio and maxColumnWidth properties.



Implementación
    public function set maxColumnWidth(value:Number):void

offset

propiedad 
offset:Number  [solo escritura]

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

Specifies how far to offset the center of the items from the center of the available space, relative the category size. The range of values is a percentage in the range -100 to 100. Set to 0 to center the items in the space. Set to -50 to center the item at the beginning of the available space. You typically do not set this property directly. The ColumSet or ColumnChart object assigns this value.

El valor predeterminado es 0.



Implementación
    public function set offset(value:Number):void




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.