CylinderGaugeAxis.clear

Syntax

clear();

Description

The clear method clears cylinder axis.

Example

To execute the example, the HTML page must contain the Cylinder component named cylinder (see Example of Creating the Cylinder Component). Clear cylinder axis:

cylinder.getAxis().clear();

After executing the example cylinder axis is cleared:

See also:

CylinderGaugeAxis