Gets or sets the depth of 3D charts.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public float Depth3D { get; set; } |
Visual Basic Copy Code |
---|
Public Property Depth3D As Single |
A float value specifying the depth of the 3D charts, in pixels.
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.