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

In This Topic
    Content Property (LineMarker)
    In This Topic
    Gets or set the content template for the marker.
    Syntax
    'Declaration
     
    
    Public Property Content As String
    public string Content {get; set;}
    See Also