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


LegendCell class represents a single cell in the chart legend. Legend contains several legend items, each item contains several cells which form vertical columns. This class provide properties which determine content of the cell and its visual appearance. It also contains method which determine the size of the cell and draw cell in the chart.

Object Model


Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Represents a cell of the chart legend item.")>
Public Class LegendCell 
   Implements IMapAreaAttributesutes 
Visual Basic (Usage) Copy Code
Dim instance As LegendCell
C#  
[DescriptionAttribute("Represents a cell of the chart legend item.")]
public class LegendCell : IMapAreaAttributesutes  

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.LegendCell

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