Packageardisia.charts.heatmap
Classpublic class Heatmap
InheritanceHeatmap Inheritance spark.components.DataGrid

Chart designed to display data series values via a colorizer. Extends and supports the spark DataGrid's properties.

View the technical documentation on the Ardisia Labs website for more information.

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  dataColumns : Array
Defines the columns that display the colorizer values.
Heatmap
  seriesColumn : GridColumn
Defines the column that describes the series data for each row.
Heatmap
Protected Methods
 MethodDefined By
  
setColumns():void
Set the columns.
Heatmap
Property Detail
dataColumnsproperty
dataColumns:Array

Defines the columns that display the colorizer values.

This property is bindable.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get dataColumns():Array
    public function set dataColumns(value:Array):void
seriesColumnproperty 
seriesColumn:GridColumn

Defines the column that describes the series data for each row.

This property is bindable.

The default value is null.

This property can be used as the source for data binding.


Implementation
    public function get seriesColumn():GridColumn
    public function set seriesColumn(value:GridColumn):void
Method Detail
setColumns()method
protected function setColumns():void

Set the columns.