ComponentOne FlexPivot for WinForms
DrawLegendEntry Event

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotChart Class : DrawLegendEntry Event
Syntax
'Declaration
 
Public Event DrawLegendEntry As C1.Win.C1Chart.DrawLegendEntryEventHandler
public event C1.Win.C1Chart.DrawLegendEntryEventHandler DrawLegendEntry
Event Data

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

PropertyDescription
 
 
See Also