Search
LegendRenderer.createController Method
See Also
 






Component.CreateController override. Returns a ComponentController used to interact with this component.

Namespace: MindFusion.Charting
File: LegendRenderer.js

 Syntax

JavaScript  Copy Code

function createController (context)

 Parameters

context

A RenderContext instance.

 Return Value

Instance of the LegendController class.

 See Also