ASP.NET Pack Programmer's Guide
ComponentController.DrawInteraction Method
See Also
 





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

Namespace: MindFusion.Charting.Components
Package: 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

ComponentController Members
ComponentController Interface
MindFusion.Charting.Components Namespace