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





PlotController.DrawInteraction override. Draws the currently selected data range that that controller will zoom into when the user releases the mouse button.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public override void DrawInteraction (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overrides Sub DrawInteraction( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics instance.

 See Also

ZoomController Members
ZoomController Class
MindFusion.Charting Namespace