ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChartBase Class / Rendered Event

In This Topic
    Rendered Event (FlexChartBase)
    In This Topic
    Fires after chart finishes rendering.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexChartBase.Rendered", "Fires after chart finishes rendering.")>
    Public Event Rendered As EventHandler(Of RenderEventArgs)
    [C1Description("FlexChartBase.Rendered", "Fires after chart finishes rendering.")]
    public event EventHandler<RenderEventArgs> Rendered
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs)
    Gets the graphics.  
    See Also