MindFusion.Wpf Pack Programmer's Guide
ChartElement.Effect Property
See Also
 





Gets or sets the effect of this ChartElement.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Effect Effect { get; set; }

Visual Basic  Copy Code

Public Property Effect As Effect

 Property Value

An instance of the WPF Effect class.

 Remarks

Currently the control supports BlurEffect and DropShadowEffect.

 Example

The following example adds a DropShadowEffect to the series of a surface chart:

C#  Copy Code

series1.Effect = new System.Windows.Media.Effects.DropShadowEffect();

Visual Basic  Copy Code

series1.Effect = New System.Windows.Media.Effects.DropShadowEffect()

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Wpf Namespace