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


This class represents a legend cell in a legend item.
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)  
Public Class LegendCell 
   Implements A 
Visual Basic (Usage) Copy Code
Dim instance As LegendCell
C#  
public class LegendCell : A  

Remarks

A legend is populated with legend items, represented by the LegendItem collection.  These legend items consist of individual legend cells.

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

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