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 )
|