| Package | ardisia.charts.heatmap |
| Class | public class Heatmap |
| Inheritance | Heatmap spark.components.DataGrid |
View the technical documentation on the Ardisia Labs website for more information.
Default MXML PropertydataProvider
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
setColumns():void
Set the columns. | Heatmap | ||
| dataColumns | property |
dataColumns:ArrayDefines 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.
public function get dataColumns():Array public function set dataColumns(value:Array):void| seriesColumn | property |
seriesColumn:GridColumnDefines 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.
public function get seriesColumn():GridColumn public function set seriesColumn(value:GridColumn):void| setColumns | () | method |
protected function setColumns():voidSet the columns.