Paquete | mx.charts.series.renderData |
Clase | public class PlotSeriesRenderData |
Herencia | PlotSeriesRenderData RenderData 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 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
bounds : Rectangle
The bounds of all of the items a series displays on screen,
relative to the series's coordinate system. | RenderData | ||
cache : Array
The list of ChartItems representing the items
in the series's dataProvider. | RenderData | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
elementBounds : Array
An Array of rectangles describing the bounds of the series's
ChartItems, relative to the series's coordinate system. | RenderData | ||
filteredCache : Array
The list of ChartItems representing the items
in the series's dataProvider that remain after filtering. | RenderData | ||
length : uint [solo lectura]
The number of items represented in this render data. | RenderData | ||
radius : Number
The radius of the individual PlotSeriesItem objects. | PlotSeriesRenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | PlotSeriesRenderData | ||
Creates a copy of the render data. | RenderData | ||
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
radius | propiedad |
public var radius: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 radius of the individual PlotSeriesItem objects.
Información sobre constructores
PlotSeriesRenderData | () | Información sobre |
public function PlotSeriesRenderData(cache:Array = null, filteredCache:Array = null, radius:Number = 0)
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ámetroscache:Array (default = null ) — The list of PlotSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null ) — The list of PlotSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
radius:Number (default = 0 ) — The radius of the individual PlotSeriesItem objects.
|
Tue Jun 12 2018, 02:12 PM Z