Fires when the legend entry is about to be drawn. This event allows changes to the color of legend entry text.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public event DrawLegendEntryEventHandler DrawLegendEntry
Visual Basic
Public Event DrawLegendEntry As DrawLegendEntryEventHandler

Remarks

The event handler receives an argument of type DrawLegendEntryEventArgs containing data related to this event.

See Also