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


The LegendCellColumn class represents a cell column in a legend, used to extend the functionality of the default legend. It contains visual appearance properties, legend header settings and also determine how and in which order cells are formed for each of the legend items.

Object Model


Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Represents a column in the chart legend.")>
Public Class LegendCellColumn 
Visual Basic (Usage) Copy Code
Dim instance As LegendCellColumn
C#  
[DescriptionAttribute("Represents a column in the chart legend.")]
public class LegendCellColumn 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.LegendCellColumn

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