NChartValueAxisFitZoomByMinTickSpacing Method |
Fit the zoom according to the current MinTickSpacing.
Use this method if you want to zoom the chart so that the maximal number of points is visible with no
skipping of ticks on the axis.
This method requires frame of the chart to be determined. So if you call this method before the chart's layout,
it will fail. If you want the axes to be automatically zoomed according to the MinTickSpacing, use the flag
ShouldAutoFitZoomByMinTickSpacing.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void FitZoomByMinTickSpacing(
float duration,
float delay
)
Public Sub FitZoomByMinTickSpacing (
duration As Single,
delay As Single
)
public:
virtual void FitZoomByMinTickSpacing(
[InAttribute] float duration,
[InAttribute] float delay
) sealed
Parameters
- duration
- Type: SystemSingle
Duration of the animation in seconds. - delay
- Type: SystemSingle
Delay of animation in seconds.
See Also