Determines whether surface or bar charts use shading. Set this property to true to display surfaces and bars as a flat shade of color.

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

Syntax

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

Remarks

Only for bar and surface charts.

See Also