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


In This Topic
    AxisY Property (FlexChart)
    In This Topic
    Gets or sets the main chart y-axis.
    Syntax
    'Declaration
     
    
    Public Property AxisY As ChartAxis
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As ChartAxis
     
    instance.AxisY = value
     
    value = instance.AxisY
    public ChartAxis AxisY {get; set;}
    See Also