menu
flutter_simple_charts package
documentation
charts/bar_chart.dart
BarChart
showLines property
showLines property
dark_mode
light_mode
showLines
property
bool
showLines
final
Whether to render the horizontal grid lines. Defaults to
true
.
Implementation
final bool showLines;
flutter_simple_charts package
documentation
charts/bar_chart
BarChart
showLines property
BarChart class