Package | com.flexicious.components.tinycharts.skins.gauge |
Class | public class TinyVerticalBulletGaugeSkin |
Inheritance | TinyVerticalBulletGaugeSkin ![]() |
Implements | IGaugeSkin, mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect | TinyVerticalBulletGaugeSkin | ||
needle : Rect | TinyVerticalBulletGaugeSkin | ||
ranges : Group | TinyVerticalBulletGaugeSkin | ||
target : Rect | TinyVerticalBulletGaugeSkin | ||
tickHolder : Group | TinyVerticalBulletGaugeSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TinyVerticalBulletGaugeSkin | ||
drawRanges():void | TinyVerticalBulletGaugeSkin | ||
drawTicks():void | TinyVerticalBulletGaugeSkin | ||
showValue():void | TinyVerticalBulletGaugeSkin |
background | property |
public var background:Rect
This property can be used as the source for data binding.
needle | property |
public var needle:Rect
This property can be used as the source for data binding.
ranges | property |
public var ranges:Group
This property can be used as the source for data binding.
target | property |
public var target:Rect
This property can be used as the source for data binding.
tickHolder | property |
public var tickHolder:Group
This property can be used as the source for data binding.
TinyVerticalBulletGaugeSkin | () | Constructor |
public function TinyVerticalBulletGaugeSkin()
Constructor.
drawRanges | () | method |
public function drawRanges():void
drawTicks | () | method |
public function drawTicks():void
showValue | () | method |
public function showValue():void