Skip to content

Files

Latest commit

 

History

History
37 lines (22 loc) · 742 Bytes

Excel.ChartGroup.Has3DShading.md

File metadata and controls

37 lines (22 loc) · 742 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartGroup.Has3DShading property (Excel)
vbaxl10.chm568100
vbaxl10.chm568100
Excel.ChartGroup.Has3DShading
8fa32945-a577-3ec6-2a6e-289dd4b75a7c
04/20/2019
medium

ChartGroup.Has3DShading property (Excel)

Returns or sets the 3D shading property of a ChartGroup object. Read/write Boolean.

Syntax

expression.Has3DShading

expression A variable that represents a ChartGroup object.

Example

This example adds three-dimensional shading to a chart group.

Charts(1).ChartGroups(1).Has3DShading = True

[!includeSupport and feedback]