Area3DGroup Property

Microsoft Graph Visual Basic

Area3DGroup Property

       

Returns a ChartGroup object that represents the specified area chart group on a 3-D chart. Read-only ChartGroup object.

expression.Area3DGroup

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example turns on drop lines for the 3-D area chart group.

myChart.Area3DGroup.HasDropLines = True