Search
Component.createController Method
See Also
 






Returns a ComponentController used to interact with this component.

Namespace: MindFusion.Charting.Components
File: Component.js

 Syntax

JavaScript  Copy Code

function createController (context)

 Parameters

context

A RenderContext instance.

 Return Value

Instance of a ComponentController -derived class.

 See Also