ChartGroup.Has3DShading Property

Definition

Returns or sets the value determining if a chart group has three-dimensional shading. Read/write.

public:
 property bool Has3DShading { bool get(); void set(bool value); };
public bool Has3DShading { get; set; }
member this.Has3DShading : bool with get, set
Public Property Has3DShading As Boolean

Property Value

A Boolean set to True if chart group has three-dimensional shading, otherwise False.

Remarks

Note: Setting Has3DShading = False has the effect of setting the chart material to "Flat", or removing the effect, whereas setting the Has3DShading = True sets the chart content to the default.

Applies to