"showTickLabels"

Defines if the values at the large tick marks shall be displayed.

Synopsis

shape.showTickLabels(boolshow);

Parameter

Parameter Description
show
  • TRUE: Values at large tick marks are displayed

  • FALSE: Values at large tick marks are not displayed

Description

Defines if the values at the large tick marks shall be displayed.

Example

main()
{
  DialGauge_ewo1.showTickLabels(FALSE);
}

Assignment

DialGauge EWO