Search
ZoomController.DrawInteraction Method
See Also
 






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

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