Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TreeMap Class / Label Property

In This Topic
    Label Property (TreeMap)
    In This Topic
    Gets or sets the data label.
    Syntax
    'Declaration
     
    
    Public Property Label As RenderFragment
    public RenderFragment Label {get; set;}
    See Also