ProgressBarChartPainter constructor
ProgressBarChartPainter({
- required BarChartStyle barChartStyle,
- required ChartAxis xAxis,
- required ChartAxis yAxis,
- required List<
ProgressBarBundle> barBundleList, - required double barGroupSpace,
- required double singleBarWidth,
- required double barMaxValue,
- bool drawX = true,
- bool drawY = true,
- bool drawBar = true,
- OnBarItemClickInterceptor? onBarItemClickInterceptor,
- Color selectedHintTextColor = Colors.white,
- Color selectedHintTextBackgroundColor = const Color(0xcc000000),
- ProgressBarItem? selectedBarItem,
- BrnProgressBarChartSelectCallback? brnProgressBarChartSelectCallback,
Implementation
ProgressBarChartPainter(
{required this.barChartStyle,
required this.xAxis,
required this.yAxis,
required this.barBundleList,
required this.barGroupSpace,
required this.singleBarWidth,
required this.barMaxValue,
this.drawX = true,
this.drawY = true,
this.drawBar = true,
this.onBarItemClickInterceptor,
this.selectedHintTextColor = Colors.white,
this.selectedHintTextBackgroundColor = const Color(0xcc000000),
this.selectedBarItem,
this.brnProgressBarChartSelectCallback});