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

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