Version

IEffect Interface

Interface for all Effect classes.
Syntax
'Declaration
 
Public Interface IEffect 
public interface IEffect 
Remarks

While this interface has two overloads of the Apply method; it may be appropriate only to implement one of them, depending on the Effect's behavior.

If this is the case, simply return without taking any action in the method overload that is not being used.

All Effects added to the Chart's Effects collection will have both of these methods called once during the chart's rendering process.

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