Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.charts.chartClasses 

AxisLabelSet  - AS3 Flex

Pacchettomx.charts.chartClasses
Classepublic class AxisLabelSet
EreditarietàAxisLabelSet Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

An AxisLabelSet represents the label and tick data generated by an implementation of IAxis.



Proprietà pubbliche
 ProprietàDefinito da
  accurate : Boolean
When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered.
AxisLabelSet
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
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
Metodi pubblici
 MetodoDefinito da
  
Constructor.
AxisLabelSet
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

accurate

proprietà
public var accurate:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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

proprietà 
public var labels:Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

An array of AxisLabel objects representing the values of the generating axis.

minorTicks

proprietà 
public var minorTicks:Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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

proprietà 
public var ticks:Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

An array of values from 0 to 1 representing where to place tick marks along the axis.

Descrizione della funzione di costruzione

AxisLabelSet

()Funzione di costruzione
public function AxisLabelSet()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

Constructor.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.