Packagecom.scottlogic.sparkline.sparklineClasses
Classpublic class SparklineRenderData
SubclassesColumnSparklineRenderData

Represents all the information required by a Sparkline in order to render.



Public Properties
 PropertyDefined by
  cache : Array
The render data for each item representing a value in the sparkline's data provider.
SparklineRenderData
  length : uint
[read-only] The number of sparkline items that are to be rendered.
SparklineRenderData
  normalRangeMax : SparklineItem
A sparkline item representing the maximum position of the normal range for the sparkline.
SparklineRenderData
  normalRangeMin : SparklineItem
A sparkline item representing the minimum position of the normal range for the sparkline.
SparklineRenderData
  xMax : SparklineItem
The item that has the maximum x value in the sparkline's data provider.
SparklineRenderData
  xMin : SparklineItem
The item that has the minimum x value in the sparkline's data provider.
SparklineRenderData
  yMax : SparklineItem
The item that has the maximum y value in the sparkline's data provider.
SparklineRenderData
  yMin : SparklineItem
The item that has the minimum y value in the sparkline's data provider.
SparklineRenderData
Public Methods
 MethodDefined by
  
Constructor
SparklineRenderData
Property detail
cacheproperty
public var cache:Array

The render data for each item representing a value in the sparkline's data provider.

lengthproperty 
length:uint  [read-only]

The number of sparkline items that are to be rendered.

Implementation
    public function get length():uint
normalRangeMaxproperty 
public var normalRangeMax:SparklineItem

A sparkline item representing the maximum position of the normal range for the sparkline.

normalRangeMinproperty 
public var normalRangeMin:SparklineItem

A sparkline item representing the minimum position of the normal range for the sparkline.

xMaxproperty 
public var xMax:SparklineItem

The item that has the maximum x value in the sparkline's data provider.

xMinproperty 
public var xMin:SparklineItem

The item that has the minimum x value in the sparkline's data provider.

yMaxproperty 
public var yMax:SparklineItem

The item that has the maximum y value in the sparkline's data provider.

yMinproperty 
public var yMin:SparklineItem

The item that has the minimum y value in the sparkline's data provider.

Constructor detail
SparklineRenderData()constructor
public function SparklineRenderData()

Constructor