Provides data for the CustomizeLegend event of the Chart control.
Chart legend customize events arguments
Visual Basic (Declaration) | |
---|---|
Public Class CustomizeLegendEventArgs Inherits EventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class CustomizeLegendEventArgs : EventArgs |
The CustomizeLegendEventArgs class is used in the CustomizeLegend event.
The only properties of this class are the LegendItems property, which allows for the addition/deletion/modification of both default and custom legend items and the LegendName to identify the legend that has raised this event.
The order of legend items can also be changed using the LegendItems property.
System.Object
System.EventArgs
Dundas.Charting.WebControl.CustomizeLegendEventArgs
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family