Gets or sets whether 3D effects are used for charting the data in the ChartGroup.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public bool Use3D { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Use3D As Boolean
	Get
	Set

Remarks

If View3D data contains non-zero values for Depth, Rotation and Elevation, 3D effects are added to various charts, including Area, Bar, Pie and XYPlot charts. However, the Use3D property for a ChartGroup can override the use of 3D effects, allowing one group to be presented with 3D effects and the other group to be charted without 3D effects.

See Also