ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Series Class / AxisX Property

In This Topic
    AxisX Property (Series)
    In This Topic
    Gets or sets the series x-axis.
    Syntax
    'Declaration
     
    Public Property AxisX As Axis
    public Axis AxisX {get; set;}
    See Also