Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / TranslationY Property


In This Topic
    TranslationY Property (ChartBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TranslationY As Double
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As Double
     
    instance.TranslationY = value
     
    value = instance.TranslationY
    public double TranslationY {get; set;}
    See Also