Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst Class / AnchorY Property


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