OutputLinearBarGraph constructor
OutputLinearBarGraph(
- int id,
- List<
Macro> macros, - int width,
- int height,
- IsobusColor color,
- IsobusColor targetLineColor,
- OutputLinearBarGraphOptions options,
- int numberOfTicks,
- int minValue,
- int maxValue,
- NumberVariable? numberVariable,
- int value,
- NumberVariable? targetNumberVariable,
- 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);