Packagecom.scottlogic.sparkline.sparklineClasses
Classpublic class SparklineItem
InheritanceSparklineItem Inheritance Object
Subclasses ColumnSparklineItem

Utility class to maintain values and rendering information for a specific item in the sparkline's data provider.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
SparklineItem(item:Object = null)
Constructor
SparklineItem
Property Detail
itemproperty
public var item:Object

The item in the data provider this sparkline item represents.

xproperty 
public var x:Number

The x screen coordinate of this item.

xNumberproperty 
public var xNumber:Number

The x value of this item as a number.

xValueproperty 
xValue:Object

The x value of this item.


Implementation
    public function get xValue():Object
    public function set xValue(value:Object):void
yproperty 
public var y:Number

The y screen coordinate of this item.

yNumberproperty 
public var yNumber:Number

The y value of this item as a number.

yValueproperty 
yValue:Object

The y value of this item.


Implementation
    public function get yValue():Object
    public function set yValue(value:Object):void
Constructor Detail
SparklineItem()Constructor
public function SparklineItem(item:Object = null)

Constructor

Parameters
item:Object (default = null)