Search
PolarPlot.createController Method
See Also
 






Component.createController override. Returns a ComponentController used to interact with this Component.

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

 Syntax

Java  Copy Code

public ComponentController createController (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Return Value

An instance of the RotationController class.

 See Also