Packagexp.charting.borders
Classpublic class ChartBorder
InheritanceChartBorder Inheritance RectangularBorder Inheritance ProgrammaticSkin Inheritance mx.core.FlexSprite
SubclassesChartBorderSkin



Public Properties
 PropertyDefined by
 InheritedborderMetrics : EdgeMetrics
The thickness of the border edges.
RectangularBorder
  chartDesc : ChartDesc
[read-only]
ChartBorder
  chartParent : IChart
[read-only]
ChartBorder
 Inheritedheight : Number
ProgrammaticSkin
 Inheritedinitialized : Boolean
ProgrammaticSkin
 InheritedmeasuredHeight : Number
The measured height of this object.
ProgrammaticSkin
 InheritedmeasuredWidth : Number
The measured width of this object.
ProgrammaticSkin
 InheritednestLevel : int
ProgrammaticSkin
 InheritedprocessedDescriptors : Boolean
ProgrammaticSkin
 InheritedstyleName : Object
A parent component used to obtain style values.
ProgrammaticSkin
 InheritedupdateCompletePendingFlag : Boolean
ProgrammaticSkin
 Inheritedwidth : Number
ProgrammaticSkin
Protected Properties
 PropertyDefined by
 InheritedbackgroundAlpha : Number
RectangularBorder
 InheritedbackgroundAttachment : String
RectangularBorder
 InheritedbackgroundColor : Number
RectangularBorder
 InheritedbackgroundImageChanged : Boolean = false
RectangularBorder
 InheritedbackgroundSize : Object
RectangularBorder
 Inheritedbc : SolidBorderFill
[static]
RectangularBorder
 InheritedborderAlpha : Number
RectangularBorder
 InheritedborderColor : Number
RectangularBorder
 InheritedborderStyle : String
RectangularBorder
 InheritedborderStyleChanged : Boolean = true
RectangularBorder
 InheritedborderThickness : Thickness
RectangularBorder
 InheritedchangedStyles : Object
RectangularBorder
 InheritedcornerRadius : CornerRadius
RectangularBorder
 Inherited_deferLayout : Boolean = false
ProgrammaticSkin
 InheriteddropShadowStyleChanged : Boolean = true
RectangularBorder
 InheritedinnerCornerRadius : CornerRadius
RectangularBorder
 InheritedinvalidateDisplayListFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidatePropertiesFlag : Boolean = false
ProgrammaticSkin
 InheritedinvalidateSizeFlag : Boolean = false
ProgrammaticSkin
 Inheritedrc : BorderRectangle
[static]
RectangularBorder
 Inheritedrc1 : RoundRectangle
[static]
RectangularBorder
 InheritedsizeChanged : Boolean = false
ProgrammaticSkin
Public Methods
 MethodDefined by
  
ChartBorder
 Inherited
getStyle(styleProp:String):*
Returns the value of the specified style property.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
ProgrammaticSkin
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
ProgrammaticSkin
 Inherited
styleChanged(styleProp:String):void
Whenever any style changes, redraw this skin.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
validateNow():void
Validate and update the properties and layout of this object and redraw it, if necessary.
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
validateSize(recursive:Boolean = false):void
ProgrammaticSkin
Protected Methods
 MethodDefined by
 Inherited
ProgrammaticSkin
 Inherited
RectangularBorder
 Inherited
deferLayout(state:Boolean):void
ProgrammaticSkin
  
drawBorder(w:int, h:int):void
ChartBorder
  
drawPlotAreaBackground(w:int, h:int):void
ChartBorder
 Inherited
RectangularBorder
 Inherited
measure():void
ProgrammaticSkin
 Inherited
ProgrammaticSkin
 Inherited
RectangularBorder
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
ProgrammaticSkin
Protected Constants
 ConstantDefined by
 InheritedborderStyles : Object
[static]
RectangularBorder
 InheritedDEFAULT_FILL : IFill
[static]
RectangularBorder
 InheritedDEFAULT_STROKE : IStroke
[static]
RectangularBorder
Property detail
chartDescproperty
chartDesc:ChartDesc  [read-only]Implementation
    public function get chartDesc():ChartDesc
chartParentproperty 
chartParent:IChart  [read-only]Implementation
    public function get chartParent():IChart
Constructor detail
ChartBorder()constructor
public function ChartBorder()
Method detail
drawBorder()method
protected override function drawBorder(w:int, h:int):voidParameters
w:int
 
h:int
drawPlotAreaBackground()method 
protected function drawPlotAreaBackground(w:int, h:int):voidParameters
w:int
 
h:int