Version

PEs Property (SkinAppearance)

Collection of PaintElements to apply as a motif to the current chart.
Syntax
'Declaration
 
Public ReadOnly Property PEs As PaintElementCollection
public PaintElementCollection PEs {get;}
Remarks

Developers should assign an array of PaintElement instances to this property to specify the fill colors, shadings, textures, and/or outlines of chart elements to meet their application-defined color scheme requirements.

It is not recommended to use SkinAppearance to affect custom highlighting effects, but rather to adjust the PE of the chart element's Primitive directly through the IProvidePrimitives interface.

Whenever changing the values of PaintElements within this array dynamically within your application, the developer must call Invalidate on the control for the new motif to take effect.

This property can only be assigned and customized at run-time.

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