LineSeries constructor
LineSeries(
- List<
MultiData> data, { - 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,
- int parallelIndex = 0,
- int polarAxisIndex = 0,
- int radarIndex = 0,
- bool clip = true,
- ToolTip? tooltip,
- bool touch = true,
- int z = 0,
Implementation
LineSeries(this.data,{
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.parallelIndex,
super.polarAxisIndex,
super.radarIndex,
super.clip,
super.tooltip,
super.touch,
super.z,
}) : super();