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


The following tables list the members exposed by LegendCell.

Public Constructors

  Name Description
Public Constructor LegendCell Constructor Overloaded.  Default public object constructor.  
Top

Public Properties

  Name Description
Public Property Alignment Legend cell content alignment.  
Public Property BackColor Legend cell back color.  
Public Property CellSpan Indicates the number of horizontal cells used to draw the content.  
Public Property CellType Legend cell type.  
Public Property Font Legend cell text font. Set CellType to Text to use this property.  
Public Property Href URL target of the legend cell.  
Public Property Image Legend cell image name. Set CellType to Image to use this property.  
Public Property ImageSize Legend cell image size (as a percentage of legend font size). Set CellType to Image to use this property.  
Public Property ImageTranspColor Legend cell image transparent color. Set CellType to Image to use this property.  
Public Property MapAreaAttributes Other attributes of the legend cell.  
Public Property Margins Legend cell margins (as a percentage of legend font size).  
Public Property Name Legend cell name.  
Public Property SeriesSymbolSize Legend cell series symbol size (as a percentage of legend font size). Set CellType to SeriesSymbol to use this property.  
Public Property Text Legend cell text. Set CellType to Text to use this property.  
Public Property TextColor Legend cell text color. Set CellType to Text to use this property.  
Public Property ToolTip Legend cell tooltip.  
Top

Public Methods

  Name Description
Public Method GetLegend Gets legend this column/cell belongs too.  
Public Method GetLegendItem Gets legend item this cell belongs too.  
Top

Protected Methods

  Name Description
Protected Method Invalidate Invalidates legend associated with column/cell.  
Top

See Also