Delegate LegendFilterItemsEventHandler
Delegate that is to be used with ChartLegend.FilterItems event. This Event is fired when the legend items need to be filtered.
Handle this event to change the collection of LegendItems that the legend contains.
Assembly: Syncfusion.Chart.Base.dll
public delegate void LegendFilterItemsEventHandler(object sender, ChartLegendFilterItemsEventArgs e);
Parameters
Constructors
Declaration
public LegendFilterItemsEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ChartLegendFilterItemsEventArgs 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, ChartLegendFilterItemsEventArgs e)
Parameters