Packageorg.axiis.ui
Classpublic class DataTipBackground
InheritanceDataTipBackground Inheritance com.degrafa.GeometryGroup
Implements mx.binding.IBindingClient

The default background used on data tips. Renders a styled CalloutBalloon.

Default MXML Propertygeometry



Public Properties
 PropertyDefined By
  calloutWidthRatio : Number
How wide the base of the callout triangle is where it intersects with the side of the callout
DataTipBackground
  calloutX : Number = 0
The X position of the callout relative to its 0,0 location
DataTipBackground
  calloutY : Number = 0
The Y position of the callout relative to its 0,0 location
DataTipBackground
Public Methods
 MethodDefined By
  
DataTipBackground
Property Detail
calloutWidthRatioproperty
public var calloutWidthRatio:Number

How wide the base of the callout triangle is where it intersects with the side of the callout

calloutXproperty 
public var calloutX:Number = 0

The X position of the callout relative to its 0,0 location

calloutYproperty 
public var calloutY:Number = 0

The Y position of the callout relative to its 0,0 location

Constructor Detail
DataTipBackground()Constructor
public function DataTipBackground()