Paket | mx.charts.chartClasses |
Sınıf | public class AxisLabelSet |
Miras Alma | AxisLabelSet 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: | ||
---|---|---|---|
accurate : Boolean
When returned from the getLabelEstimate() method,
set to true if the estimate accurately represents
the final labels to be rendered. | AxisLabelSet | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
labels : Array
An array of AxisLabel objects
representing the values of the generating axis. | AxisLabelSet | ||
minorTicks : Array
An array of values from 0 to 1
representing where to place minor tick marks along the axis. | AxisLabelSet | ||
ticks : Array
An array of values from 0 to 1
representing where to place tick marks along the axis. | AxisLabelSet |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | AxisLabelSet | ||
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ı
accurate | özellik |
public var accurate:Boolean
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 |
When returned from the getLabelEstimate()
method,
set to true
if the estimate accurately represents
the final labels to be rendered. This property is irrelevant
in other contexts.
labels | özellik |
public var labels:Array
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 |
An array of AxisLabel objects representing the values of the generating axis.
minorTicks | özellik |
public var minorTicks:Array
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 |
An array of values from 0 to 1 representing where to place minor tick marks along the axis.
ticks | özellik |
public var ticks:Array
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 |
An array of values from 0 to 1 representing where to place tick marks along the axis.
Yapıcı Ayrıntı
AxisLabelSet | () | Yapıcı |
public function AxisLabelSet()
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.
Tue Jun 12 2018, 01:09 PM Z