Returns the scale element with the specified name.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
SyntaxJava
Copy Code
|
|---|
public VisualElement getElementByName ( |
The name of the element to search for.
A reference to the first VisualElement with the specified name.
RemarksThis method performs deep search.
See Also