Search
PolarPlot.createController Method
See Also
 






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

Namespace: MindFusion.Charting
File: PolarPlot.js

 Syntax

JavaScript  Copy Code

function createController (context)

 Parameters

context

A RenderContext instance.

 Return Value

An instance of the RotationController class.

 See Also