| Package | com.flexicious.components.visualization | 
| Class | public class VerticalLinearGauge | 
| Inheritance | VerticalLinearGauge    Gauge   com.flexicious.lic.GaugeBase | 
Default MXML PropertymxmlContentFactory
| Method | Defined By | ||
|---|---|---|---|
| VerticalLinearGauge | |||
getPositionForValue(val:*, index:int = -1):Number [override]   | VerticalLinearGauge | ||
getYForValue(val:Number):Number 
		 Given a value between tickStartValue and tickEndValue, returns y between 0 and ranges.height.  | VerticalLinearGauge | ||
![]()  | hideSpinner():void 
		 Removes the spinner and sets the bodyContainer.alpha back to 1 
		   | Gauge | |
![]()  | invalidateTicks():void 
		 Drops and recreates all tick labels and ticks
		   | Gauge | |
![]()  | showSpinner(msg:String):void 
		 Shows the spinner with default values defined below:
		 Label: "Loading please wait"
		 X Position : center X of the grid 
		 Y Position : center Y of the grid
		 Grid Alpa when the spinner is active : 0.3
		 Spinner appearance can be modified using styles .  | Gauge | |
![]()  | showToaster(message:String, toasterPosition:String, toasterRenderer:IFactory = null, animationDuration:Number = 1000, visibleDuration:Number = 5000, moveAnimate:Boolean = true, fadeAnimate:Boolean = true):void [override] 
		 Shows the given toaster message
		 
		   | Gauge | |
| VerticalLinearGauge | () | Constructor | 
public function VerticalLinearGauge()| getPositionForValue | () | method | 
override public function getPositionForValue(val:*, index:int = -1):NumberParameters
val:* | |
index:int (default = -1) | 
Number | 
| getYForValue | () | method | 
 public function getYForValue(val:Number):NumberGiven a value between tickStartValue and tickEndValue, returns y between 0 and ranges.height.
Parameters
val:Number | 
Number |