| Package | mx.charts.styles | 
| Class | public class HaloDefaults | 
| Inheritance | HaloDefaults    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
[static] 
	  Creates a CSSStyleDeclaration object or returns an existing one.  | HaloDefaults | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
[static] 
	  Initializes the common values used by the default styles for the chart and element classes.  | HaloDefaults | ||
![]()  | 
	 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 this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
Method Detail
createSelector | () | method | 
 public static function createSelector(selectorName:String, styleManager:IStyleManager2):CSSStyleDeclaration| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Creates a CSSStyleDeclaration object or returns an existing one.
Parameters
selectorName:String — The name of the selector to return. If no existing CSSStyleDeclaration object matches 
	  this name, this method creates a new one and returns it.
	 
	   | |
styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.
	 
	   | 
CSSStyleDeclaration — The CSSStyleDeclaration object that matches the provided selector name. If no CSSStyleDeclaration object matches
	  that name, this method creates a new one and returns it.
	  
	   | 
init | () | method | 
 public static function init(styleManager:IStyleManager2):void| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Initializes the common values used by the default styles for the chart and element classes.
Parameters
styleManager:IStyleManager2 — The styleManager instance to be used for getting and setting style declarations.
	  
	   | 
Thu Dec 4 2014, 05:50 PM -08:00
 