ChartLineBarPainter constructor

ChartLineBarPainter(
  1. List<ChartLineBarBeanSystem> lineBarSystems, {
  2. List<DialStyleX>? xDialValues,
  3. Offset? touchLocalPosition,
  4. CellPointSet pointSet = CellPointSet.normal,
  5. RectModel? rectModel,
  6. LineBarSelectSet? selectModelSet,
})

Implementation

ChartLineBarPainter(
  this.lineBarSystems, {
  this.xDialValues,
  this.touchLocalPosition,
  this.pointSet = CellPointSet.normal,
  this.rectModel,
  this.selectModelSet,
});