Search
Plot3D.setParent Method
See Also
 






Sets the parent component for this Plot3D.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setParent (
    Component value
)

 Parameters

value

A Component instance.

 See Also