ChartLineData constructor
ChartLineData({})
Implementation
ChartLineData(
{this.groupCode = '',
this.groupOrder = 0,
required this.x,
this.y,
this.ys = const [],
this.xDisplay = '',
this.yDisplay,
this.dashPattern = const [],
this.orderId = 0,
this.yAxis = 0,
this.yAxisName,
this.color,
this.fillColor,
this.renderId = 0});