Search
VisualElement.setName Method
See Also
 






Sets the name of this element.

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

 Syntax

Java  Copy Code

public void setName (
    String value
)

 Parameters

value

 Remarks

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

 See Also