| Package | org.axiis.charts.labels |
| Class | public class VBracket |
| Inheritance | VBracket com.degrafa.geometry.RegularRectangle |
| 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:NumberThe color of the label
This property can be used as the source for data binding.
| fontFamily | property |
public var fontFamily:StringThe fontFamily of the label
This property can be used as the source for data binding.
| fontSize | property |
public var fontSize:NumberThe font size of the label
This property can be used as the source for data binding.
| fontWeight | property |
public var fontWeight:StringThe weight of the label
This property can be used as the source for data binding.
| labelValue | property |
public var labelValue:StringThe 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:SolidStrokeThe stroke used to draw lines of the bracket.
This property can be used as the source for data binding.
| VBracket | () | Constructor |
public function VBracket()