"tickStyle"

Defines the style for the scale.

Synopsis

shape.tickStyle(stringstyle);

Parameter

Parameter Description
style

Defines the style for the displayed scale:

  • Detailed

  • Sparse

  • Dots

  • None

Description

Defines the style for the scale.

Example

main()
{
  DialGauge_ewo1.tickStyle("Detailed");
}
Abbildung 1. DialGauge with tickStyle "Detailed" and markingStyle "Colored"

Assignment

DialGauge EWO