Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexChart Class / AnchorX Property


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