Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartTooltip Class / SetPadding Method


In This Topic
    SetPadding Method
    In This Topic
    Set the padding of the tooltip.
    Syntax
    'Declaration
     
    
    Public Sub SetPadding( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    ) 
    'Usage
     
    
    Dim instance As ChartTooltip
    Dim left As Integer
    Dim top As Integer
    Dim right As Integer
    Dim bottom As Integer
     
    instance.SetPadding(left, top, right, bottom)
    public void SetPadding( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also