Charting for WinForms Programmer's Guide
PolarPlot.CreateController Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override ComponentController CreateController (
    RenderContext context
)

Visual Basic  Copy Code

Public Overrides Function CreateController( _
    context As RenderContext _
) As ComponentController

 Parameters

context

A RenderContext instance.

 Return Value

An instance of the RotationController class.

 See Also

PolarPlot Members
PolarPlot Class
MindFusion.Charting Namespace