| Package | com.scottlogic.sparkline |
| Class | public class ColumnSparkline |
| Inheritance | ColumnSparkline ColumnSparklineBase SparklineBase mx.core.UIComponent |
| Method | Defined By | ||
|---|---|---|---|
Constructor
| ColumnSparkline | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | drawBackground(width:Number, height:Number):void
Draws the background for the sparkline. | SparklineBase | |
![]() | invalidateData():void
Marks the current render data cache as dirty. | SparklineBase | |
![]() | updateBounds(width:Number, height:Number):void
Ensures the bounds are up to date. | SparklineBase | |
updateData():void [override]
Updates the render data cache to reflect the current data
provider values. | ColumnSparkline | ||
![]() | validateData():void
If the current render data cache is considered dirty then
it updates the cache. | SparklineBase | |
| ColumnSparkline | () | Constructor |
public function ColumnSparkline()Constructor
| updateData | () | method |
override protected function updateData():voidUpdates the render data cache to reflect the current data provider values. Maps the data provider values to screen coordinates.