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


In This Topic
    AxisY Property (ChartSeries)
    In This Topic
    Gets or sets the series y-axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property AxisY As ChartAxis
    'Usage
     
    
    Dim instance As ChartSeries
    Dim value As ChartAxis
     
    instance.AxisY = value
     
    value = instance.AxisY
    [DefaultValue("")]
    public ChartAxis AxisY {get; set;}
    See Also