Search
Component.CreateController Method
See Also
 






Returns a ComponentController used to interact with this component.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual ComponentController CreateController (
    RenderContext context
)

Visual Basic  Copy Code

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

 Parameters

context

A RenderContext instance.

 Return Value

Instance of a ComponentController-derived class.

 See Also