Pakket | mx.charts.chartClasses |
Klasse | public class AxisLabelSet |
Overerving | AxisLabelSet Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | AxisLabelSet | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
accurate | eigenschap |
public var accurate:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var labels:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
An array of AxisLabel objects representing the values of the generating axis.
minorTicks | eigenschap |
public var minorTicks:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | eigenschap |
public var ticks:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
An array of values from 0 to 1 representing where to place tick marks along the axis.
Constructordetails
AxisLabelSet | () | Constructor |
public function AxisLabelSet()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Wed Jun 13 2018, 11:42 AM Z