Packagecom.scottlogic.sparkline.sparklineClasses
Classpublic class ColumnSparklineRenderData
InheritanceColumnSparklineRenderData Inheritance SparklineRenderData

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



Public Properties
 PropertyDefined by
 Inheritedcache : Array
The render data for each item representing a value in the sparkline's data provider.
SparklineRenderData
 Inheritedlength : uint
The number of sparkline items that are to be rendered.
SparklineRenderData
 InheritednormalRangeMax : SparklineItem
A sparkline item representing the maximum position of the normal range for the sparkline.
SparklineRenderData
 InheritednormalRangeMin : SparklineItem
A sparkline item representing the minimum position of the normal range for the sparkline.
SparklineRenderData
  renderedWidth : Number
The width for the columns in pixels.
ColumnSparklineRenderData
  rendererBase : Number
The zero-value base-line for the columns in screen coordinates.
ColumnSparklineRenderData
 InheritedxMax : SparklineItem
The item that has the maximum x value in the sparkline's data provider.
SparklineRenderData
 InheritedxMin : SparklineItem
The item that has the minimum x value in the sparkline's data provider.
SparklineRenderData
 InheritedyMax : SparklineItem
The item that has the maximum y value in the sparkline's data provider.
SparklineRenderData
 InheritedyMin : SparklineItem
The item that has the minimum y value in the sparkline's data provider.
SparklineRenderData
Public Methods
 MethodDefined by
  
Constructor
ColumnSparklineRenderData
Property detail
renderedWidthproperty
public var renderedWidth:Number

The width for the columns in pixels.

rendererBaseproperty 
public var rendererBase:Number

The zero-value base-line for the columns in screen coordinates.

Constructor detail
ColumnSparklineRenderData()constructor
public function ColumnSparklineRenderData()

Constructor