Package | ardisia.charts.sparklines |
Class | public class SparklineBar |
Inheritance | SparklineBar SparklineBase spark.components.Group |
View the technical documentation on the Ardisia Labs website for more information.
Default MXML PropertydataProvider
Property | Defined By | ||
---|---|---|---|
autoAxis : Boolean
True to automatically set the axis value to the mean of the calculated
maximum and minimum y values. | SparklineBase | ||
autoNormalRange : Boolean
If true, the normal range height and y position will be automatically
calculated and displayed in the center of the control. | SparklineBase | ||
autoNormalRangePercent : Number
If "autoNormalRange" is true, this is the percentage of the height of
the chart covered by the normal range. | SparklineBase | ||
autoRange : Boolean
If true, the minY and maxY values will be automatically calculated from
the data provider. | SparklineBase | ||
axisValue : Number
The data value at which to display the axis. | SparklineBase | ||
dataProvider : IList
The data used to populate the spark line. | SparklineBase | ||
dataTipDefaultPrecision : Number = 2
Default numerical precision for the number formatter if a
dataTipFormatFunction or dataTipField is not provided. | SparklineBase | ||
dataTipField : String
Field name on the data to pull the node's data tip string. | SparklineBase | ||
dataTipFormatFunction : Function
User provided function that gets the string to display with the data
tip. | SparklineBase | ||
dataTipHideDelay : Number = 250
Delay before the data tip is hidden. | SparklineBase | ||
gap : Number
The gap between bars in pixels. | SparklineBar | ||
maxY : Number
The maximum displayed y value. | SparklineBase | ||
minY : Number
The minimum displayed y value. | SparklineBase | ||
normalRangeMaxY : Number
If "autoNormalRange" is false, this is the maximum value contained within
the normal range. | SparklineBase | ||
normalRangeMinY : Number
If "autoNormalRange" is false, this is the minimum value contained within
the normal range. | SparklineBase | ||
showAxis : Boolean
True to display the axis. | SparklineBase | ||
showDataTip : Boolean = true
True to display a data tip on hover. | SparklineBase | ||
showNormalRange : Boolean
True to display a rectangular region used to represent the "normal value
range". | SparklineBase | ||
yField : String
Specifies the field on the objects in the dataProvider that contains
the y value, or the data value to visually represent. | SparklineBase |
Style | Description | Defined By | ||
---|---|---|---|---|
Type: Number CSS Inheritance: no The alpha of the axis stroke. | SparklineBase | |||
Type: uint Format: Color CSS Inheritance: no The color of the axis stroke. | SparklineBase | |||
Type: Number CSS Inheritance: no The thickness of the axis stroke. | SparklineBase | |||
Type: Number CSS Inheritance: no The alpha of the background. | SparklineBase | |||
Type: uint Format: Color CSS Inheritance: no The color of the background. | SparklineBase | |||
belowAxisBarColor | Type: uint Format: Color CSS Inheritance: no The color of the bars that are drawn below the axis. The default value is #BBBBBB . | SparklineBar | ||
defaultBarColor | Type: uint Format: Color CSS Inheritance: no The color of the bars. The default value is #767676 . | SparklineBar | ||
Type: uint Format: Color CSS Inheritance: no The displayed color for the first and last data points. | SparklineBase | |||
Type: uint Format: Color CSS Inheritance: no The displayed color for the maximum and minimum value data points. | SparklineBase | |||
Type: Number CSS Inheritance: no The alpha of the normal range. | SparklineBase | |||
Type: uint Format: Color CSS Inheritance: no The color of the normal range. | SparklineBase |