Share via


_Chart.Bar3DGroup Property

Returns a ChartGroup object that represents the bar chart group on a 3-D chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Bar3DGroup As ChartGroup
    Get
'Usage
Dim instance As _Chart
Dim value As ChartGroup

value = instance.Bar3DGroup
ChartGroup Bar3DGroup { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ChartGroup

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace