ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / SetAutoScrollMargin Method

In This Topic
    SetAutoScrollMargin Method (C1OlapChart)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetAutoScrollMargin( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    public void SetAutoScrollMargin( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also