Package | com.scottlogic.sparkline.sparklineClasses |
Class | public class SparklineItem |
Inheritance | SparklineItem ![]() |
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:Object
The item in the data provider this sparkline item represents.
x | property |
public var x:Number
The x screen coordinate of this item.
xNumber | property |
public var xNumber:Number
The x value of this item as a number.
xValue | property |
xValue:Object
The x value of this item.
public function get xValue():Object
public function set xValue(value:Object):void
y | property |
public var y:Number
The y screen coordinate of this item.
yNumber | property |
public var yNumber:Number
The y value of this item as a number.
yValue | property |
yValue:Object
The 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 )
|