Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / RenderEventArgs Class / Svg Property

In This Topic
    Svg Property (RenderEventArgs)
    In This Topic
    Gets the chart SVG element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Svg As XElement
    public XElement Svg {get;}
    See Also