OutputArchedBarGraph constructor

OutputArchedBarGraph(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. IsobusColor color,
  6. IsobusColor targetLineColor,
  7. OutputArchedBarGraphOptions options,
  8. int startAngle,
  9. int endAngle,
  10. int barGraphWidth,
  11. int minValue,
  12. int maxValue,
  13. NumberVariable? numberVariable,
  14. int value,
  15. NumberVariable? targetNumberVariable,
  16. int targetValue,
)

Implementation

OutputArchedBarGraph(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.color,
    this.targetLineColor,
    this.options,
    this.startAngle,
    this.endAngle,
    this.barGraphWidth,
    this.minValue,
    this.maxValue,
    this.numberVariable,
    this.value,
    this.targetNumberVariable,
    this.targetValue)
    : super(id, IsobusObjectType.outputArchedBarGraph, macros);