MindFusion.Charting for Java Programmer's Guide
RootControl.dissociateJComponent Method
See Also
 






  Gauges

Dissociates the Swing JComponent from the source Component. Does nothing if the is no JComponent currently associated.

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

 Syntax

Java  Copy Code

void dissociateJComponent (
    Component target
)

 Parameters

target

The source Component.

 See Also