Share via


ChartPoint._ApplyDataLabels Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function _ApplyDataLabels ( _
    Type As XlDataLabelsType, _
    IMsoLegendKey As Object, _
    AutoText As Object, _
    HasLeaderLines As Object _
) As Object
'Usage
Dim instance As ChartPoint
Dim Type As XlDataLabelsType
Dim IMsoLegendKey As Object
Dim AutoText As Object
Dim HasLeaderLines As Object
Dim returnValue As Object

returnValue = instance._ApplyDataLabels(Type, _
    IMsoLegendKey, AutoText, HasLeaderLines)
Object _ApplyDataLabels(
    XlDataLabelsType Type,
    Object IMsoLegendKey,
    Object AutoText,
    Object HasLeaderLines
)

Parameters

Return Value

Type: System.Object

See Also

Reference

ChartPoint Interface

ChartPoint Members

Microsoft.Office.Core Namespace