Package | com.scottlogic.sparkline.sparklineClasses |
Class | public class ColumnSparklineItem |
Inheritance | ColumnSparklineItem ![]() |
Property | Defined by | ||
---|---|---|---|
fill : IFill
The fill that should be applied when rendering this item.
| ColumnSparklineItem | ||
![]() | item : Object
The item in the data provider this sparkline item represents.
| SparklineItem | |
stroke : IStroke
The stroke that should be applied when rendering this item.
| ColumnSparklineItem | ||
![]() | x : Number
The x screen coordinate of this item.
| SparklineItem | |
![]() | xNumber : Number
The x value of this item as a number.
| SparklineItem | |
![]() | xValue : Object
The x value of this item.
| SparklineItem | |
![]() | y : Number
The y screen coordinate of this item.
| SparklineItem | |
![]() | yNumber : Number
The y value of this item as a number.
| SparklineItem | |
![]() | yValue : Object
The y value of this item.
| SparklineItem |
Method | Defined by | ||
---|---|---|---|
ColumnSparklineItem(item:Object = null)
Constructor
| ColumnSparklineItem |
fill | property |
public var fill:IFill
The fill that should be applied when rendering this item.
stroke | property |
public var stroke:IStroke
The stroke that should be applied when rendering this item.
ColumnSparklineItem | () | constructor |
public function ColumnSparklineItem(item:Object = null)
Constructor
Parametersitem:Object (default = null )
|