ChartBeanSystem constructor
ChartBeanSystem({
- double lineWidth = 2,
- bool isCurve = false,
- required List<
ChartLineBean> chartBeans, - LineShaderSetModel? lineShader,
- Color lineColor = defaultColor,
- Gradient? lineGradient,
- CellPointSet alonePointSet = CellPointSet.normal,
- bool enableTouch = false,
Implementation
ChartBeanSystem(
{this.lineWidth = 2,
this.isCurve = false,
required this.chartBeans,
this.lineShader,
this.lineColor = defaultColor,
this.lineGradient,
this.alonePointSet = CellPointSet.normal,
this.enableTouch = false});