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


In This Topic
    TranslationY Property (FlexPie)
    In This Topic
    Gets or sets the translation y for the pie slices.
    Syntax
    'Declaration
     
    
    Public Shadows Property TranslationY As Double
    'Usage
     
    
    Dim instance As FlexPie
    Dim value As Double
     
    instance.TranslationY = value
     
    value = instance.TranslationY
    public new double TranslationY {get; set;}
    See Also