Flutter Docs
  • Flutter Docs
  • Charts
    • Chart It
    • Guides
      • Cartesian Charts
        • Chart Structuring
          • Grid Styling
          • Axes Styling
          • Axis Labels
        • Charts
          • Bar Chart
            • BarSeries
            • Bar Groups
              • SimpleBar
              • MultiBar
            • Styling
            • Bar Interactions
              • Snap to Bar
              • Fuzziness
      • Radial Charts
        • Charts
          • Pie & Donut Chart
            • PieSeries
            • SliceData
            • Styling
            • Interactions
      • Animations
      • Interactions
    • API Documentation
Powered by GitBook
On this page
  1. Charts
  2. Guides
  3. Cartesian Charts
  4. Charts
  5. Bar Chart

BarSeries

The BarSeries is the top level data class wrapper. It holds the data for plotting the bars, styling for all the bars at a data series level and the interaction config to interact with the Bars.

This class ensures that any data provided to this series will be represented only and only as a BarChart.

Class Properties

Name
Type
Required
Default Value

barData

List<BarGroup>

true

-

seriesStyle

BarDataStyle?

false

null

interactionEvents

BarInteractionEvents

false

Default Constructor

PreviousBar ChartNextBar Groups

Last updated 1 year ago