OutputLinearBarGraph constructor

OutputLinearBarGraph(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. IsobusColor color,
  6. IsobusColor targetLineColor,
  7. OutputLinearBarGraphOptions options,
  8. int numberOfTicks,
  9. int minValue,
  10. int maxValue,
  11. NumberVariable? numberVariable,
  12. int value,
  13. NumberVariable? targetNumberVariable,
  14. int targetValue,
)

Implementation

OutputLinearBarGraph(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.color,
    this.targetLineColor,
    this.options,
    this.numberOfTicks,
    this.minValue,
    this.maxValue,
    this.numberVariable,
    this.value,
    this.targetNumberVariable,
    this.targetValue)
    : super(id, IsobusObjectType.outputLinearBarGraph, macros);