Search
ComponentController.DrawInteraction Method
See Also
 






Draws a representation of the current state of user interaction on specified IGraphics surface.

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

 Syntax

C#  Copy Code

void DrawInteraction (
    IGraphics graphics
)

Visual Basic  Copy Code

Sub DrawInteraction( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics instance.

 See Also