"showTickLabels"
Defines if the values at the large tick marks shall be displayed.
Synopsis
shape.showTickLabels(boolshow);
Parameter
Parameter | Description |
---|---|
show |
|
Description
Defines if the values at the large tick marks shall be displayed.
Example
main()
{
DialGauge_ewo1.showTickLabels(FALSE);
}
Assignment
DialGauge EWO