Package | com.scottlogic.sparkline |
Class | public class ColumnSparkline |
Inheritance | ColumnSparkline ![]() ![]() ![]() |
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 | |
![]() |
measure():void
| SparklineBase | |
![]() |
updateBounds(width:Number, height:Number):void
Ensures the bounds are up to date.
| SparklineBase | |
updateData():void
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 |
protected override function updateData():void
Updates the render data cache to reflect the current data provider values. Maps the data provider values to screen coordinates.