Version

RedirectToCompositeLegend Method

Redirects drawing responsibility to the CompositeLegend class.
Syntax
'Declaration
 
Protected Overridable Sub RedirectToCompositeLegend( _
   ByVal legendApp As LegendAppearance, _
   ByVal seriesCol As SeriesCollection, _
   ByVal scene As SceneGraph _
) 
protected virtual void RedirectToCompositeLegend( 
   LegendAppearance legendApp,
   SeriesCollection seriesCol,
   SceneGraph scene
)

Parameters

legendApp
Appearance settings for this legend.
seriesCol
The Series collection.
scene
The SceneGraph to add primitives to.
Remarks

This method will be called when the Series collection is used for a non-composite chart.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also