MindFusion.Wpf Pack Programmer's Guide
AxesChart.Zoom Method
See Also
 





Zooms into the specified range of the chart graphics.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 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 range to zoom into.

selectionEnd

The end of the range to zoom into.

 Remarks

This method is used internally by the control and is not intended to be called within your code.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace