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


LegendCellColumnCollection is a strongly typed collection of LegendCellColumn objects.

Object Model

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Legend column collection.")>
<DefaultMemberAttribute("Item")>
Public Class LegendCellColumnCollection 
   Inherits CollectionBase
Visual Basic (Usage) Copy Code
Dim instance As LegendCellColumnCollection
C#  
[DescriptionAttribute("Legend column collection.")]
[DefaultMemberAttribute("Item")]
public class LegendCellColumnCollection : CollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Dundas.Charting.WebControl.LegendCellColumnCollection

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