Package | com.scottlogic.sparkline.sparklineClasses |
Class | public class SparklineRenderData |
Subclasses | ColumnSparklineRenderData |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
Constructor
| SparklineRenderData |
cache | property |
public var cache:Array
The render data for each item representing a value in the sparkline's data provider.
length | property |
length:uint
[read-only]The number of sparkline items that are to be rendered.
Implementation public function get length():uint
normalRangeMax | property |
public var normalRangeMax:SparklineItem
A sparkline item representing the maximum position of the normal range for the sparkline.
normalRangeMin | property |
public var normalRangeMin:SparklineItem
A sparkline item representing the minimum position of the normal range for the sparkline.
xMax | property |
public var xMax:SparklineItem
The item that has the maximum x value in the sparkline's data provider.
xMin | property |
public var xMin:SparklineItem
The item that has the minimum x value in the sparkline's data provider.
yMax | property |
public var yMax:SparklineItem
The item that has the maximum y value in the sparkline's data provider.
yMin | property |
public var yMin:SparklineItem
The item that has the minimum y value in the sparkline's data provider.
SparklineRenderData | () | constructor |
public function SparklineRenderData()
Constructor