Packageorg.axiis.charts.labels
Classpublic class VBracket
InheritanceVBracket Inheritance com.degrafa.geometry.RegularRectangle
Implements mx.binding.IBindingClient

A bracket that can be used to denote a group and label items that are laid out vertically.

Default MXML Propertygeometry



Public Properties
 PropertyDefined By
  fontColor : Number
The color of the label
VBracket
  fontFamily : String
The fontFamily of the label
VBracket
  fontSize : Number
The font size of the label
VBracket
  fontWeight : String
The weight of the label
VBracket
  labelValue : String
The text of the label placed to the left of the bracket.
VBracket
  markerStroke : SolidStroke
The stroke used to draw lines of the bracket.
VBracket
Public Methods
 MethodDefined By
  
VBracket
Property Detail
fontColorproperty
public var fontColor:Number

The color of the label

This property can be used as the source for data binding.

fontFamilyproperty 
public var fontFamily:String

The fontFamily of the label

This property can be used as the source for data binding.

fontSizeproperty 
public var fontSize:Number

The font size of the label

This property can be used as the source for data binding.

fontWeightproperty 
public var fontWeight:String

The weight of the label

This property can be used as the source for data binding.

labelValueproperty 
public var labelValue:String

The text of the label placed to the left of the bracket.

This property can be used as the source for data binding.

markerStrokeproperty 
public var markerStroke:SolidStroke

The stroke used to draw lines of the bracket.

This property can be used as the source for data binding.

Constructor Detail
VBracket()Constructor
public function VBracket()