Package | org.axiis.charts.labels |
Class | public class VBracket |
Inheritance | VBracket ![]() |
Implements | mx.binding.IBindingClient |
Default MXML Propertygeometry
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
VBracket() | VBracket |
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 to the left of the bracket.
This property can be used as the source for data binding.
markerStroke | property |
public var markerStroke:SolidStroke
The stroke used to draw lines of the bracket.
This property can be used as the source for data binding.
VBracket | () | Constructor |
public function VBracket()