((Apenas para componentes do Flex Data Visualization))
Pacotemx.charts.chartClasses
Classepublic class CartesianCanvasValue
HerançaCartesianCanvasValue Inheritance Object

Defines the position of objects on a data canvas. This class has a data coordinate and an optional offset that are used by the CartesianDataCanvas class to calculate pixel coordinates.

Veja também

mx.charts.chartClasses.CartesianDataCanvas


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
  
CartesianCanvasValue(value:*, offset:Number = 0)
Constructor.
CartesianCanvasValue
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes do construtor
CartesianCanvasValue()Construtor
public function CartesianCanvasValue(value:*, offset:Number = 0)

Constructor.

Parâmetros
value:* — value The data coordinate of a point.
 
offset:Number (default = 0) — offset Offset of the data coordinate specified in value, in pixels.