menu
flutter_simple_charts package
documentation
charts/bar_chart.dart
BarChart
showLegend property
showLegend property
dark_mode
light_mode
showLegend
property
bool
showLegend
final
Whether to render the legend below the chart. Defaults to
false
.
Implementation
final bool showLegend;
flutter_simple_charts package
documentation
charts/bar_chart
BarChart
showLegend property
BarChart class