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

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