ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IZoomableView Interface / _zoomAt Method

In This Topic
    _zoomAt Method
    In This Topic
    Syntax
    'Declaration
     
    Sub _zoomAt( _
       ByVal factor As Double, _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    void _zoomAt( 
       double factor,
       double x,
       double y
    )

    Parameters

    factor
    x
    y
    See Also