Search
VisualElement.getName Method
See Also
 






Gets the name of this element.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public String getName ()

 Return Value

 Remarks

The name can be used to obtain a reference to the element through a call to the getElementByName method.

 See Also