HeatMapSeries constructor
HeatMapSeries(
- List<
HeatMapData> data, { - required StyleFun<
HeatMapData, AreaStyle> styleFun, - SNumber leftMargin = SNumber.zero,
- SNumber topMargin = SNumber.zero,
- SNumber rightMargin = SNumber.zero,
- SNumber bottomMargin = SNumber.zero,
- SNumber? width,
- SNumber? height,
- AnimatorProps? animation,
- CoordSystem? coordSystem = CoordSystem.grid,
- int xAxisIndex = 0,
- int yAxisIndex = 0,
- int calendarIndex = 0,
- bool clip = true,
- ToolTip? tooltip,
- bool touch = true,
- int z = 0,
Implementation
HeatMapSeries(
this.data, {
required this.styleFun,
super.leftMargin,
super.topMargin,
super.rightMargin,
super.bottomMargin,
super.width,
super.height,
super.animation,
super.coordSystem = CoordSystem.grid,
super.xAxisIndex = 0,
super.yAxisIndex = 0,
super.calendarIndex = 0,
super.clip,
super.tooltip,
super.touch,
super.z,
}) : super(polarAxisIndex: -1, parallelIndex: -1, radarIndex: -1);