Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Series Class / SymbolRendering Event

In This Topic
    SymbolRendering Event
    In This Topic
    Fires before rendering symbol.
    Syntax
    'Declaration
     
    
    Public Event SymbolRendering As EventHandler(Of RenderSymbolEventArgs)
    public event EventHandler<RenderSymbolEventArgs> SymbolRendering
    Event Data

    The event handler receives an argument of type RenderSymbolEventArgs containing data related to this event. The following RenderSymbolEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs)
    Gets the data point index.  
    Gets the data item.  
    Gets the symbol point in control pixel coordinates.  
    Gets the data series.  
    See Also