Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / PieDataLabel Class / Content Property

In This Topic
    Content Property (PieDataLabel)
    In This Topic
    Gets or sets the content of data labels.
    Syntax
    'Declaration
     
    
    Public Property Content As String
    public string Content {get; set;}
    See Also