MindFusion.Charting for Silverlight Programmer's Guide
ChartElement.Effect Property
See Also
 






Gets or sets the effect of this ChartElement.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Effect Effect { get; set; }

Visual Basic  Copy Code

Public Property Effect As Effect

 Property Value

An instance of the System.Windows.Media.Effects.Effect class.

 Remarks

Use the ChartSeries.Effect property to set the effect for the whole series.

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Silverlight Namespace