Package | com.scottlogic.sparkline.sparklineClasses |
Class | public class ColumnSparklineBase |
Inheritance | ColumnSparklineBase ![]() ![]() |
Subclasses | ColumnSparkline, TernarySparkline |
Property | Defined By | ||
---|---|---|---|
![]() | data : Object
The data property lets you pass a value
to the component when you use it as an item renderer or item editor. | SparklineBase | |
![]() | dataProvider : Object
The data provider for this sparkline. | SparklineBase | |
![]() | listData : BaseListData
When a component is used as a drop-in item renderer or drop-in
item editor, Flex initializes the listData property
of the component with the appropriate data from the list control. | SparklineBase | |
![]() | xField : String
Specifies the field of the data provider
that determines the x-axis location of each data point. | SparklineBase | |
![]() | yField : String
Specifies the field of the data provider
that determines the y-axis location of each data point. | SparklineBase | |
zeroValue : Number | ColumnSparklineBase |
Property | Defined By | ||
---|---|---|---|
![]() | bounds : Rectangle
The bounds within which the line part of the sparkline should be
restricted. | SparklineBase | |
renderData : ColumnSparklineRenderData
A cache of the data required for rendering the column sparkline,
i.e. | ColumnSparklineBase |
Method | Defined By | ||
---|---|---|---|
Constructor
| ColumnSparklineBase |
Style | Description | Defined By | ||
---|---|---|---|---|
![]() | Type: mx.graphics.IFill CSS Inheritance: no Sets the background fill for the sparkline. | SparklineBase | ||
horizontalGap | Type: Number Format: Length CSS Inheritance: no Sets the horizontal gap between columns. The default value is 1 . | ColumnSparklineBase | ||
negativeFill | Type: mx.graphics.IFill CSS Inheritance: no Sets the fill for positive value columns. The default is solid grey ( 0x828282 ).
| ColumnSparklineBase | ||
negativeStroke | Type: mx.graphics.IStroke CSS Inheritance: no Sets the stroke for negative value columns. The default is no stroke. | ColumnSparklineBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Sets the padding to the bottom of the sparkline. | SparklineBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Sets the padding to the left of the sparkline. | SparklineBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Sets the padding to the right of the sparkline. | SparklineBase | ||
![]() | Type: Number Format: Length CSS Inheritance: no Sets the padding to the top of the sparkline. | SparklineBase | ||
positiveFill | Type: mx.graphics.IFill CSS Inheritance: no Sets the fill for positive value columns. The default is solid grey ( 0x828282 ).
| ColumnSparklineBase | ||
positiveStroke | Type: mx.graphics.IStroke CSS Inheritance: no Sets the stroke for positive value columns. The default is no stroke. | ColumnSparklineBase | ||
zeroStroke | Type: mx.graphics.IStroke CSS Inheritance: no Sets the stroke for the line used to indicate a zero value. The default colour is grey ( 0x828282 ).
The default value for the width is 1.
| ColumnSparklineBase |
renderData | property |
protected var renderData:ColumnSparklineRenderData
A cache of the data required for rendering the column sparkline, i.e. with the data values appropriately mapped to screen coordinates.
zeroValue | property |
zeroValue:Number
public function get zeroValue():Number
public function set zeroValue(value:Number):void
ColumnSparklineBase | () | Constructor |
public function ColumnSparklineBase()
Constructor