Search
LegendRenderer.createController Method
See Also
 






Component.createController override. Returns a ComponentController that is 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 LegendController class.

 See Also