ComponentOne FinancialChart for UWP
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
     
    
    <DefaultValueAttribute("")>
    Public Property AxisX As Axis
    [DefaultValue("")]
    public Axis AxisX {get; set;}
    See Also