Packageorg.axiis.charts.labels
Classpublic class HBracket
InheritanceHBracket 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 horizontally.

Default MXML Propertygeometry



Public Properties
 PropertyDefined By
  fontColor : Number
The color of the label
HBracket
  fontFamily : String
The fontFamily of the label
HBracket
  fontSize : Number
The font size of the label
HBracket
  fontWeight : String
The weight of the label
HBracket
  labelValue : String
The text of the label placed beneath the bracket.
HBracket
  markerStroke : IGraphicsStroke
The stroke used to draw lines of the bracket.
HBracket
Public Methods
 MethodDefined By
  
HBracket
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 beneath the bracket.

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

markerStrokeproperty 
public var markerStroke:IGraphicsStroke

The stroke used to draw lines of the bracket.

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

Constructor Detail
HBracket()Constructor
public function HBracket()