Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LegendItem Class
See Also  Members  
Dundas.Charting.WebControl Namespace : LegendItem Class


LegendItem class presents a single item (row) in the legend. It contains properties which describe visual appearance and content of the legend item.

Object Model



Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Chart legend item.")>
<DefaultPropertyAttribute("Name")>
Public Class LegendItem 
   Implements IMapAreaAttributesutes 
Visual Basic (Usage) Copy Code
Dim instance As LegendItem
C#  
[DescriptionAttribute("Chart legend item.")]
[DefaultPropertyAttribute("Name")]
public class LegendItem : IMapAreaAttributesutes  

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.LegendItem

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