Fires when the legend entry is about to be drawn. This event allows changes to the color of legend entry text.
[Visual Basic]
Public Event DrawLegendEntry As DrawLegendEntryEventHandler
[C#]
public event DrawLegendEntryEventHandler DrawLegendEntry
[Delphi]
public property DrawLegendEntry: DrawLegendEntryEventHandler read remove_DrawLegendEntry write add_DrawLegendEntry;
Remarks
The event handler receives an argument of type DrawLegendEntryEventArgs containing data related to this event.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |