"needleColor"

Defines the color of the needle.

Synopsis

shape.needleColor(stringcolor);

Parameters

Parameter Description
color Color of the needle

Description

Defines the color of the needle.

Example

In the following example the needle color is set to green.

main()
{
  this.needleColor("green");
}
Abbildung 1. Dial gauge and green Needle

Assignment

DialGauge EWO