Point._ApplyDataLabels Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function _ApplyDataLabels ( _
Type As XlDataLabelsType, _
LegendKey As Object, _
AutoText As Object, _
HasLeaderLines As Object _
) As Object
'Usage
Dim instance As Point
Dim Type As XlDataLabelsType
Dim LegendKey As Object
Dim AutoText As Object
Dim HasLeaderLines As Object
Dim returnValue As Object
returnValue = instance._ApplyDataLabels(Type, _
LegendKey, AutoText, HasLeaderLines)
Object _ApplyDataLabels(
XlDataLabelsType Type,
Object LegendKey,
Object AutoText,
Object HasLeaderLines
)
Parameters
- LegendKey
Type: System.Object
- AutoText
Type: System.Object
- HasLeaderLines
Type: System.Object
Return Value
Type: System.Object