Package | com.scottlogic.sparkline.sparklineClasses |
Class | public class ColumnSparklineRenderData |
Inheritance | 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 | |
renderedWidth : Number
The width for the columns in pixels. | ColumnSparklineRenderData | ||
rendererBase : Number
The zero-value base-line for the columns in screen coordinates. | ColumnSparklineRenderData | ||
![]() | 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
| ColumnSparklineRenderData |
renderedWidth | property |
public var renderedWidth:Number
The width for the columns in pixels.
rendererBase | property |
public var rendererBase:Number
The zero-value base-line for the columns in screen coordinates.
ColumnSparklineRenderData | () | Constructor |
public function ColumnSparklineRenderData()
Constructor