ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / Series Class / AxisY Property

In This Topic
    AxisY Property (Series)
    In This Topic
    Gets or sets the series y-axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property AxisY As Axis
    [DefaultValue("")]
    public Axis AxisY {get; set;}
    See Also