CartesianChartData constructor
CartesianChartData({})
Implementation
CartesianChartData({
required this.yValue,
this.x,
this.y,
this.xValue,
this.secondSeriesYValue,
this.thirdSeriesYValue,
this.pointColor,
this.size,
this.text,
this.open,
this.close,
this.low,
this.high,
this.volume,
});