Version

IconLegendLayer Class

Layer that adds the Icons to the Legend.
Syntax
'Declaration
 
Public Class IconLegendLayer 
   Inherits LegendLayer
   Implements ILayer 
public class IconLegendLayer : LegendLayer, ILayer  
Remarks

This Layer adds the icons that appear to the left of labels within the Legend box. This layer should only be composited onto the Scene Graph if the LegendAppearance property Visible is True. If no Legend is being displayed on the chart, the results of compositing this layer are undefined.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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