| Package | com.scottlogic.sparkline.sparklineClasses |
| Class | public class SparklineItem |
| Inheritance | SparklineItem Object |
| Subclasses | ColumnSparklineItem |
| Property | Defined By | ||
|---|---|---|---|
| item : Object
The item in the data provider this sparkline item represents. | SparklineItem | ||
| 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 | ||
|---|---|---|---|
SparklineItem(item:Object = null)
Constructor
| SparklineItem | ||
| item | property |
public var item:ObjectThe item in the data provider this sparkline item represents.
| x | property |
public var x:NumberThe x screen coordinate of this item.
| xNumber | property |
public var xNumber:NumberThe x value of this item as a number.
| xValue | property |
xValue:ObjectThe x value of this item.
public function get xValue():Object public function set xValue(value:Object):void| y | property |
public var y:NumberThe y screen coordinate of this item.
| yNumber | property |
public var yNumber:NumberThe y value of this item as a number.
| yValue | property |
yValue:ObjectThe y value of this item.
public function get yValue():Object public function set yValue(value:Object):void| SparklineItem | () | Constructor |
public function SparklineItem(item:Object = null)Constructor
Parametersitem:Object (default = null) |