Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Series Class / AxisY Property

In This Topic
    AxisY Property (Series)
    In This Topic
    Gets or sets the name of y-axis for the series.
    Syntax
    'Declaration
     
    
    Public Property AxisY As String
    public string AxisY {get; set;}
    See Also