2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / DrawLegendEntry Event

In This Topic
    DrawLegendEntry Event
    In This Topic
    Fires when legend entry is drawn.
    Syntax
    'Declaration
     
    Public Event DrawLegendEntry As DrawLegendEntryEventHandler
    public event DrawLegendEntryEventHandler DrawLegendEntry
    Event Data

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

    PropertyDescription
    Gets object which is the legend entry.  
    Gets or sets a color of text for the legend entry.  
    See Also