Package | org.axiis.charts.labels |
Class | public class HBracket |
Inheritance | HBracket ![]() |
Implements | mx.binding.IBindingClient |
Default MXML Propertygeometry
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
HBracket() | HBracket |
fontColor | property |
public var fontColor:Number
The color of the label
This property can be used as the source for data binding.
fontFamily | property |
public var fontFamily:String
The fontFamily of the label
This property can be used as the source for data binding.
fontSize | property |
public var fontSize:Number
The font size of the label
This property can be used as the source for data binding.
fontWeight | property |
public var fontWeight:String
The weight of the label
This property can be used as the source for data binding.
labelValue | property |
public var labelValue:String
The text of the label placed beneath the bracket.
This property can be used as the source for data binding.
markerStroke | property |
public var markerStroke:IGraphicsStroke
The stroke used to draw lines of the bracket.
This property can be used as the source for data binding.
HBracket | () | Constructor |
public function HBracket()