Search
Component.createController Method
See Also
 






Returns a ComponentController used to interact with this component.

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

 Syntax

Java  Copy Code

public ComponentController createController (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Return Value

Instance of a ComponentController-derived class.

 See Also