'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.
Property | Description |
---|---|
Entry | Gets object which is the legend entry. |
TextColor | Gets or sets a color of text for the legend entry. |
See Also