Chart.SetElement Method
Sets chart elements on a chart. Read/write MsoChartElementType.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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
- Element
Type: Microsoft.Office.Core.MsoChartElementType
One of the enumeration values that specifies the chart element type.
Remarks
For charts, the following commands in the Layout tab correspond to the SetElement 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.