ChartLineBarPainter constructor
ChartLineBarPainter(
- List<
ChartLineBarBeanSystem> lineBarSystems, { - List<
DialStyleX> ? xDialValues, - Offset? touchLocalPosition,
- CellPointSet pointSet = CellPointSet.normal,
- RectModel? rectModel,
- LineBarSelectSet? selectModelSet,
Implementation
ChartLineBarPainter(
this.lineBarSystems, {
this.xDialValues,
this.touchLocalPosition,
this.pointSet = CellPointSet.normal,
this.rectModel,
this.selectModelSet,
});