ChartGroup.Has3DShading Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.