Delegate LegendDrawItemEventHandler
Delegate that is to be used with ChartLegend.DrawItem event. This event is fired when a legend item needs to draw. Handle this event to change the drawing of items.
Assembly: Syncfusion.Chart.Base.dll
public delegate void LegendDrawItemEventHandler(object sender, ChartLegendDrawItemEventArgs e);
Parameters
Constructors
Declaration
public LegendDrawItemEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChartLegendDrawItemEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, ChartLegendDrawItemEventArgs e)
Parameters