"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:
|
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");
}
Assignment
DialGauge EWO