Packagecom.scottlogic.sparkline.sparklineClasses
Classpublic class SparklineItem
SubclassesColumnSparklineItem

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  [read-write]

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  [read-write]

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)