Pakiet | mx.charts.series.renderData |
Klasa | public class LineSeriesRenderData |
Dziedziczenie | LineSeriesRenderData RenderData Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 [tylko do odczytu]
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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
radius | właściwość |
public var radius:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The radius of the individual items in the line series.
segments | właściwość |
public var segments:Array
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
An Array of LineSeriesSegment instances representing each discontiguous segment of the line series.
validPoints | właściwość |
public var validPoints:Number
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The number of points in the cache that were not filtered out by the axes.
Konstruktor Szczegół
LineSeriesRenderData | () | Konstruktor |
public function LineSeriesRenderData(cache:Array = null, filteredCache:Array = null, validPoints:Number = 0, segments:Array = null, radius:Number = 0)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrycache: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.
|
Tue Jun 12 2018, 12:06 PM Z