Search
BaseGauge.getElementByName Method
See Also
 






Returns the scale element with the specified name.

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

 Syntax

Java  Copy Code

public VisualElement getElementByName (
    String name
)

 Parameters

name

The name of the element to search for.

 Return Value

A reference to the first VisualElement with the specified name.

 Remarks

This method performs deep search.

 See Also