Dundas Chart for ASP.NET
CustomizeLegendEventArgs Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : CustomizeLegendEventArgs Class


Enterprise Only Feature. Provides data for the CustomizeLegend event of the Chart control.


Chart legend customize events arguments

Object Model


Syntax

Visual Basic (Declaration)  
Public Class CustomizeLegendEventArgs 
   Inherits EventArgs
Visual Basic (Usage) Copy Code
Dim instance As CustomizeLegendEventArgs
C#  
public class CustomizeLegendEventArgs : EventArgs 

Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Dundas.Charting.WebControl.CustomizeLegendEventArgs

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.