OutputLinearBarGraphOptions constructor

OutputLinearBarGraphOptions(
  1. bool drawBorder,
  2. bool drawTargetLine,
  3. bool drawTicks,
  4. BarGraphType barGraphType,
  5. AxisOrientation axisOrientation,
  6. GrowDirection growDirection,
)

Implementation

OutputLinearBarGraphOptions(
    this.drawBorder,
    this.drawTargetLine,
    this.drawTicks,
    this.barGraphType,
    this.axisOrientation,
    this.growDirection);