Options (Output Arched Bar Graph)

Logical bits indicating which parts are to be drawn.

1 = TRUE

  • Bit 0 = Draw border: If this bit is TRUE (1), the border lines, including the start and end line, are always drawn.
  • Bit 1 = Draw target line: If TRUE, a target line is drawn.
  • Bit 2 = Not defined, recommended to set to 0.
  • Bit 3 = Bar graph type:
    • If FALSE (0), the bar graph is filled.
    • If TRUE (1), the bar graph is not filled, but shows the current value as a single line at the corresponding position within the bar graph.
  • Bit 4 = Deflection of the bar graph around the arc:
    • 0 = Counterclockwise.
    • 1 = Clockwise.