[]
        
(Showing Draft Content)

C1.Win.C1Chart.DrawLegendEntryEventHandler

DrawLegendEntryEventHandler Delegate

Represents a method that can handle a legend entry drawing event.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public delegate void DrawLegendEntryEventHandler(object sender, DrawLegendEntryEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

DrawLegendEntryEventArgs e

A DrawLegendEntryEventArgs that contains event data.

Constructors

Name Description
DrawLegendEntryEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, DrawLegendEntryEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, DrawLegendEntryEventArgs)