ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _DomElementManager Class / _createZoomInButton Method

In This Topic
    _createZoomInButton Method (_DomElementManager)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _createZoomInButton( _
       ByVal zoomView As IZoomableView, _
       ByVal btnStyle As IStyleOption _
    ) As IUIButton
    public IUIButton _createZoomInButton( 
       IZoomableView zoomView,
       IStyleOption btnStyle
    )

    Parameters

    zoomView
    btnStyle
    See Also