Applies 3D effects to the charts.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[CategoryAttribute("Chart")]
public bool Use3D { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<CategoryAttribute("Chart")> _
Public Property Use3D As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also