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






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void DrawInteraction (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Sub DrawInteraction( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics instance.

 See Also

AxisZoomController Members
AxisZoomController Class
MindFusion.Charting Namespace