MindFusion WinForms Programmer's Guide
AxesChart.Depth3D Property
See Also
 





Gets or sets the depth of 3D charts.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public float Depth3D { get; set; }

Visual Basic  Copy Code

Public Property Depth3D As Single

 Property Value

A float value specifying the depth of the 3D charts, in pixels.

 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

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace