BarLabelRotationConfig constructor
BarLabelRotationConfig({
- required List<
String> categories, - required List<
Series> series, - ChartTheme theme = ChartTheme.light,
- double labelRotation = 45.0,
- double barWidthRatio = 0.55,
- bool showValues = false,
- TitlesData? title,
- ChartTooltip? tooltip,
- ChartLegend? legend,
- ChartToolbox? toolbox,
- GridData? grid,
Implementation
BarLabelRotationConfig({
required this.categories,
required super.series,
this.theme = ChartTheme.light,
this.labelRotation = 45.0,
this.barWidthRatio = 0.55,
this.showValues = false,
super.title,
super.tooltip,
super.legend,
super.toolbox,
super.grid,
}) : super(type: ChartType.barLabelRotation);