Line3DGroup Property

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

Example

This example sets the 3-D line group to use a different color for each data marker.

  myChart.Line3DGroup.VaryByCategories = True

See Also