RectSeries constructor
RectSeries({
- SNumber leftMargin = SNumber.zero,
- SNumber topMargin = SNumber.zero,
- SNumber rightMargin = SNumber.zero,
- SNumber bottomMargin = SNumber.zero,
- SNumber? width,
- SNumber? height,
- CoordSystem? coordSystem,
- int xAxisIndex = 0,
- int yAxisIndex = 0,
- int calendarIndex = 0,
- int parallelIndex = 0,
- int polarAxisIndex = 0,
- int radarIndex = 0,
- AnimatorProps? animation,
- ToolTip? tooltip,
- bool clip = true,
- bool touch = true,
- int z = 0,
Implementation
RectSeries({
this.leftMargin = SNumber.zero,
this.topMargin = SNumber.zero,
this.rightMargin = SNumber.zero,
this.bottomMargin = SNumber.zero,
this.width,
this.height,
super.coordSystem,
super.xAxisIndex,
super.yAxisIndex,
super.calendarIndex,
super.parallelIndex,
super.polarAxisIndex,
super.radarIndex,
super.animation,
super.tooltip,
super.clip,
super.touch,
super.z,
});