Packagecom.scottlogic.sparkline.sparklineClasses
Classpublic class ColumnSparklineItem
InheritanceColumnSparklineItem Inheritance SparklineItem Inheritance Object

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



Public Properties
 PropertyDefined By
  fill : IFill
The fill that should be applied when rendering this item.
ColumnSparklineItem
 Inheriteditem : 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
 Inheritedx : Number
The x screen coordinate of this item.
SparklineItem
 InheritedxNumber : Number
The x value of this item as a number.
SparklineItem
 InheritedxValue : Object
The x value of this item.
SparklineItem
 Inheritedy : Number
The y screen coordinate of this item.
SparklineItem
 InheritedyNumber : Number
The y value of this item as a number.
SparklineItem
 InheritedyValue : Object
The y value of this item.
SparklineItem
Public Methods
 MethodDefined By
  
ColumnSparklineItem(item:Object = null)
Constructor
ColumnSparklineItem
Property Detail
fillproperty
public var fill:IFill

The fill that should be applied when rendering this item.

strokeproperty 
public var stroke:IStroke

The stroke that should be applied when rendering this item.

Constructor Detail
ColumnSparklineItem()Constructor
public function ColumnSparklineItem(item:Object = null)

Constructor

Parameters
item:Object (default = null)