Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / Title Property

In This Topic
    Title Property (Axis)
    In This Topic
    Gets or sets the title text shown next to the axis.
    Syntax
    'Declaration
     
    
    Public Property Title As String
    public string Title {get; set;}
    See Also