Line3DGroup Property [Excel 2003 VBA Language Reference]

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

Example

This example turns on drop lines for the chart group.

Charts("Chart1").Line3DGroup.HasDropLines = True

Applies to | Chart Object

See Also | LineGroups Method