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






Zooms a portion of the graphics.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public void Zoom (
    Point selectionStart,
    Point selectionEnd
)

Visual Basic  Copy Code

Public Sub Zoom( _
    selectionStart As Point, _
    selectionEnd As Point _
)

 Parameters

selectionStart

The start of the section to zoom.

selectionEnd

The end of the section to zoom.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace