ViewSmithZoom Method (PointSmith, PointSmith) |
LightningChart .NET Help
Zooms the view to given rectangle, defined by the axis values of the diagonal corners of the rectangle.
If the rectangle is of wrong aspect ratio, center point of the given rectangle is followed.
Namespace:
Arction.Wpf.Charting.Views.ViewSmith
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void Zoom(
PointSmith corner1,
PointSmith corner2
)
Public Sub Zoom (
corner1 As PointSmith,
corner2 As PointSmith
)
public:
void Zoom(
PointSmith^ corner1,
PointSmith^ corner2
)
Parameters
- corner1
- Type: Arction.Wpf.ChartingPointSmith
One corner axis values. - corner2
- Type: Arction.Wpf.ChartingPointSmith
One corner axis values.
See Also