Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexChart Class / AxisX Property


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