Share via


_Chart.SetElement Method

Sets chart elements on a chart. Read/write.

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

Syntax

'Declaration
Sub SetElement ( _
    Element As MsoChartElementType _
)
'Usage
Dim instance As _Chart
Dim Element As MsoChartElementType

instance.SetElement(Element)
void SetElement(
    MsoChartElementType Element
)

Parameters

Remarks

For charts, the following commands in the Layout tab correspond to the SetElement(MsoChartElementType) method:

  • Everything in the Labels group.

  • Everything in the Axes group.

  • Everything in the Analysis group.

  • PlotArea, Chart Wall, and Chart Floor buttons.

MsoChartElementType is an enumeration of constants that refer to all of the above commands.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace