Gets or sets the depth of the 3D model that holds the chart. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double ModelDepth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ModelDepth As Double |
A double value. The default is NaN.
See Also