Search
OvalGaugeRenderer.createController Method
See Also
 






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

Namespace: MindFusion.Charting.Gauges
File: OvalGaugeRenderer.js

 Syntax

JavaScript  Copy Code

function createController (context)

 Parameters

context

A RenderContext instance.

 Return Value

An instance of the OvalGaugeController class.

 See Also