Version

SkinLayer Class

This Layer is responsible for the application of motifs onto graphical chart elements.
Syntax
'Declaration
 
Public Class SkinLayer 
   Inherits Layer
   Implements ILayer 
public class SkinLayer : Layer, ILayer  
Remarks

For a PrimitiveShape object to be skinnable, it must be initialized to a row or column of data (as required by ApplyRowWise) and have its Caps property include PCaps.Skin.

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