MindFusion WinForms Programmer's Guide
Chart.Effects Property
See Also
 





Gets a collection with all effects applied to the elements of this chart.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public IList<ChartEffect> Effects { get; }

Visual Basic  Copy Code

Public ReadOnly Property Effects As IList(Of ChartEffect)

 Property Value

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace