View3DBaseZoomToFit Method |
LightningChart .NET Help
Zooms the view so that the data is visible at maximum possible size.
Area is either the full drawing area inside Margins
or area which is further limited by ZoomPadding, depending
on case. For more information, see options at ZoomArea3D.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void ZoomToFit(
ZoomArea3D area = ZoomArea3D.DataAndLabelsArea
)
Public Sub ZoomToFit (
Optional area As ZoomArea3D = ZoomArea3D.DataAndLabelsArea
)
public:
void ZoomToFit(
ZoomArea3D area = ZoomArea3D::DataAndLabelsArea
)
Parameters
- area (Optional)
- Type: Arction.Wpf.ChartingZoomArea3D
[Missing <param name="area"/> documentation for "M:Arction.Wpf.Charting.Views.View3D.View3DBase.ZoomToFit(Arction.Wpf.Charting.ZoomArea3D)"]
See Also