"markingStyle"

Defines the style of the specified scale markings.

Synopsis

shape.markingStyle(stringstyle);

Parameters

Parameter Description
style

Defines the style of the scale markings. The following styles are available:

  • InsideScale - between scale and needle

  • BelowScale - below the scale

  • ColorScale - the scale itself is displayed in the specified color

Description

Defines the style of the specified scale markings.

Example

In the following example, "ColorScale" is used for the marking style.

main()
{
  DialGauge_ewo1.markingStyle("ColorScale");
}
Abbildung 1. DialGauge with the Marking Style "ColorScale"

Assignment

DialGauge EWO