OutputArchedBarGraphOptions constructor

OutputArchedBarGraphOptions(
  1. bool drawBorder,
  2. bool drawTargetLine,
  3. BarGraphType barGraphType,
  4. DeflectionDirection deflectionDirection,
)

Implementation

OutputArchedBarGraphOptions(this.drawBorder, this.drawTargetLine,
    this.barGraphType, this.deflectionDirection);