Gets or sets the shadow depth for 3D charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public float Depth3D { get; set; } |
Visual Basic
![]() |
---|
Public Property Depth3D As Single |
A float value.
The property is used only by 3D charts. If the chart draws more than one series, the Depth3D property is multiplied by the count of the series. Stacked bar charts make an exception since their series are drawn as sections in a single bar.
Default value for the Depth3D property is 20f.