MindFusion.Wpf Pack Programmer's Guide
Chart.ChartEffect Property
See Also
 





Gets or sets the effect to apply to the elements of the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public ChartEffect ChartEffect { get; set; }

Visual Basic  Copy Code

Public Property ChartEffect As ChartEffect

 Property Value

A member of the ChartEffect enumeration. The default is None.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace