'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.
Property | Description |
---|---|
Entry | |
TextColor |
See Also