| Pacote | mx.charts.series.renderData |
| Classe | public class LineSeriesRenderData |
| Herança | LineSeriesRenderData RenderData Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
| Propriedade | 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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 [somente leitura]
The number of items represented in this render data. | RenderData | |
| radius : Number
The radius of the individual items in the line series. | LineSeriesRenderData | ||
| segments : Array
An Array of LineSeriesSegment instances representing each discontiguous segment of the line series. | LineSeriesRenderData | ||
| validPoints : Number
The number of points in the cache that were not filtered out by the axes. | LineSeriesRenderData | ||
![]() | 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 | ||
|---|---|---|---|
LineSeriesRenderData(cache:Array = null, filteredCache:Array = null, validPoints:Number = 0, segments:Array = null, radius:Number = 0)
Constructor. | LineSeriesRenderData | ||
![]() |
Creates a copy of the render data. | RenderData | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
Detalhes da propriedade
radius | propriedade |
public var radius:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The radius of the individual items in the line series.
segments | propriedade |
public var segments:Array| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
An Array of LineSeriesSegment instances representing each discontiguous segment of the line series.
validPoints | propriedade |
public var validPoints:Number| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
The number of points in the cache that were not filtered out by the axes.
Detalhes do construtor
LineSeriesRenderData | () | Construtor |
public function LineSeriesRenderData(cache:Array = null, filteredCache:Array = null, validPoints:Number = 0, segments:Array = null, radius:Number = 0)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parâmetroscache:Array (default = null) — The list of LineSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null) — The list of LineSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
validPoints:Number (default = 0) — The number of points in the cache that are valid.
| |
segments:Array (default = null) — An Array of LineSeriesSegment objects representing each discontiguous segment of the LineSeries.
| |
radius:Number (default = 0) — The radius of the individual items in the LineSeries.
|
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas