Gets or sets the 3D effect of the chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public ChartEffect3D Effect3D { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Effect3D As ChartEffect3D |
See Also