ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Series Class / AxisY Property

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