Paket | mx.charts.series.renderData |
Sınıf | public class ColumnSeriesRenderData |
Miras Alma | ColumnSeriesRenderData RenderData Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
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
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 | ||
labelData : Object
A structure of data associated with the layout of the labels rendered by the column series. | ColumnSeriesRenderData | ||
labelScale : Number
The scale factor of the labels rendered by the column series. | ColumnSeriesRenderData | ||
length : uint [salt okunur]
The number of items represented in this render data. | RenderData | ||
renderedBase : Number
The vertical position of the base of the columns, in pixels. | ColumnSeriesRenderData | ||
renderedHalfWidth : Number
Half the width of a column, in pixels. | ColumnSeriesRenderData | ||
renderedXOffset : Number
The offset of each column from its x value, in pixels. | ColumnSeriesRenderData | ||
visibleRegion : Rectangle
The rectangle describing the possible coordinate range
that a series can display on screen. | RenderData |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
ColumnSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0, labelScale:Number = 1, labelData:Object = null)
Constructor. | ColumnSeriesRenderData | ||
Creates a copy of the render data. | RenderData | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
labelData | özellik |
public var labelData:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A structure of data associated with the layout of the labels rendered by the column series.
labelScale | özellik |
public var labelScale:Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The scale factor of the labels rendered by the column series.
renderedBase | özellik |
public var renderedBase:Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The vertical position of the base of the columns, in pixels.
renderedHalfWidth | özellik |
public var renderedHalfWidth:Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Half the width of a column, in pixels.
renderedXOffset | özellik |
public var renderedXOffset:Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
The offset of each column from its x value, in pixels.
Yapıcı Ayrıntı
ColumnSeriesRenderData | () | Yapıcı |
public function ColumnSeriesRenderData(cache:Array = null, filteredCache:Array = null, renderedBase:Number = 0, renderedHalfWidth:Number = 0, renderedXOffset:Number = 0, labelScale:Number = 1, labelData:Object = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrelercache:Array (default = null ) — The list of ColumnSeriesItem objects representing the items in the dataProvider.
| |
filteredCache:Array (default = null ) — The list of ColumnSeriesItem objects representing the items in the dataProvider that remain after filtering.
| |
renderedBase:Number (default = 0 ) — The vertical position of the base of the columns, in pixels.
| |
renderedHalfWidth:Number (default = 0 ) — Half the width of a column, in pixels.
| |
renderedXOffset:Number (default = 0 ) — The offset of each column from its x value, in pixels.
| |
labelScale:Number (default = 1 ) — The scale factor of the labels rendered by the column series.
| |
labelData:Object (default = null ) — A structure of data associated with the layout of the labels rendered by the column series.
|
Tue Jun 12 2018, 01:09 PM Z