2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / DrawLegendEntryEventHandler Delegate
The source of the event.
A DrawLegendEntryEventArgs that contains event data.

In This Topic
    DrawLegendEntryEventHandler Delegate
    In This Topic
    Represents a method that can handle a legend entry drawing event.
    Syntax
    'Declaration
     
    Public Delegate Sub DrawLegendEntryEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As DrawLegendEntryEventArgs _
    ) 
    public delegate void DrawLegendEntryEventHandler( 
       System.object sender,
       DrawLegendEntryEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A DrawLegendEntryEventArgs that contains event data.
    See Also