OutputArchedBarGraph constructor
OutputArchedBarGraph(
- int id,
- List<
Macro> macros, - int width,
- int height,
- IsobusColor color,
- IsobusColor targetLineColor,
- OutputArchedBarGraphOptions options,
- int startAngle,
- int endAngle,
- int barGraphWidth,
- int minValue,
- int maxValue,
- NumberVariable? numberVariable,
- int value,
- NumberVariable? targetNumberVariable,
- 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);