MindFusion.Charting Programmer's Guide

AxesChart.Depth3D Property

See Also
 





Gets or sets the shadow depth for 3D charts.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float Depth3D { get; }

Visual Basic  Copy Code

Public ReadOnly Property Depth3D As Single

 Property Value

A float value.

 Remarks

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.

 See Also