Charting for WinForms Programmer's Guide
PlotController.DrawInteraction Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual void DrawInteraction (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overridable Sub DrawInteraction( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics instance.

 See Also

PlotController Members
PlotController Class
MindFusion.Charting Namespace