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


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