Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartBase Class / OffsetLeftAndRight Method


In This Topic
    OffsetLeftAndRight Method (ChartBase)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("offsetLeftAndRight", 
       "(I)V", 
       "GetOffsetLeftAndRight_IHandler")>
    Public Overridable Sub OffsetLeftAndRight( _
       ByVal offset As Integer _
    ) 
    'Usage
     
    
    Dim instance As ChartBase
    Dim offset As Integer
     
    instance.OffsetLeftAndRight(offset)
    [Android.Runtime.Register("offsetLeftAndRight", 
       "(I)V", 
       "GetOffsetLeftAndRight_IHandler")]
    public virtual void OffsetLeftAndRight( 
       int offset
    )

    Parameters

    offset
    See Also