Search
LegendController Constructor
See Also
 






Initializes a new instance of the LegendController class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public LegendController (
    RenderContext renderContext
)

Visual Basic  Copy Code

Public New ( _
    renderContext As RenderContext _
)

 Parameters

renderContext

A RenderContext instance.

 See Also