Dundas.SharePoint.Charting.WebParts Send comments on this topic.
OnCustomizeLegend Method
See Also 
Dundas.Charting.WebControl Namespace > Chart Class : OnCustomizeLegend Method


legendItems
legendName
Fires when all chart legend data is prepared to be customized before drawing.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Fires when all chart legend data is prepared to be customized before drawing.")>
Protected Overridable Sub OnCustomizeLegend( _
   ByVal legendItems As LegendItemsCollection, _
   ByVal legendName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim legendItems As LegendItemsCollection
Dim legendName As String
 
instance.OnCustomizeLegend(legendItems, legendName)
C#  
[DescriptionAttribute("Fires when all chart legend data is prepared to be customized before drawing.")]
protected virtual void OnCustomizeLegend( 
   LegendItemsCollection legendItems,
   string legendName
)

Parameters

legendItems
legendName

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