CartesianChartPoint<D> constructor
CartesianChartPoint<D> ({})
Creating an argument constructor of CartesianChartPoint class.
Implementation
CartesianChartPoint({
super.x,
super.y,
this.xValue,
this.high,
this.low,
this.open,
this.close,
this.volume,
this.maximum,
this.minimum,
this.upperQuartile,
this.lowerQuartile,
this.median,
this.mean,
this.outliers,
this.bubbleSize,
this.cumulative,
});