ChartLineBarBeanSystem constructor
ChartLineBarBeanSystem({
- double lineWidth = 2,
- required List<
LineBarSectionBean> lineBarBeans, - Color? lineColor,
- LineColorSegmentationModel? segmentationModel,
- bool enableTouch = false,
Implementation
ChartLineBarBeanSystem(
{this.lineWidth = 2,
required this.lineBarBeans,
this.lineColor,
this.segmentationModel,
this.enableTouch = false});