Zooms into the specified range of the chart graphics.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public void Zoom ( |
Visual Basic
Copy Code
|
|---|
Public Sub Zoom( _ |
The start of the range to zoom into.
The end of the range to zoom into.
RemarksThis method is used internally by the control and is not intended to be called within your code.
See Also