MindFusion.Charting Programmer's Guide
AxesChart.Zoom Method
See Also
 





Zooms the chart.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void Zoom (
    Point start,
    Point end
)

Visual Basic  Copy Code

Public Sub Zoom( _
    start As Point, _
    end As Point _
)

 Parameters

start

The start point of the region to be zoomed.

end
The last point of the region to be zoomed.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace