| Package | mx.charts.chartClasses |
| Class | public class BoundedValue |
| Inheritance | BoundedValue Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| lowerMargin : Number
The margin, in pixels, required below the value
in order to render properly.
| BoundedValue | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| upperMargin : Number
The margin, in pixels, required above the value
in order to render properly.
| BoundedValue | ||
| value : Number
The value to be rendered.
| BoundedValue | ||
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| BoundedValue | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| lowerMargin | property |
public var lowerMargin:Number
The margin, in pixels, required below the value in order to render properly.
| upperMargin | property |
public var upperMargin:Number
The margin, in pixels, required above the value in order to render properly.
| value | property |
public var value:Number
The value to be rendered.
| BoundedValue | () | Constructor |
public function BoundedValue(value:Number, lowerMargin:Number = 0, upperMargin:Number = 0)
Constructor.
Parametersvalue:Number — The value to be rendered.
|
|
lowerMargin:Number (default = 0) — The lower margin.
|
|
upperMargin:Number (default = 0) — The upper margin.
|