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, _
    ShowSeriesName As Object, _
    ShowCategoryName As Object, _
    ShowValue As Object, _
    ShowPercentage As Object, _
    ShowBubbleSize As Object, _
    Separator 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 ShowSeriesName As Object
Dim ShowCategoryName As Object
Dim ShowValue As Object
Dim ShowPercentage As Object
Dim ShowBubbleSize As Object
Dim Separator As Object
Dim returnValue As Object

returnValue = instance.ApplyDataLabels(Type, _
    IMsoLegendKey, AutoText, HasLeaderLines, _
    ShowSeriesName, ShowCategoryName, _
    ShowValue, ShowPercentage, ShowBubbleSize, _
    Separator)
Object ApplyDataLabels(
    XlDataLabelsType Type,
    Object IMsoLegendKey,
    Object AutoText,
    Object HasLeaderLines,
    Object ShowSeriesName,
    Object ShowCategoryName,
    Object ShowValue,
    Object ShowPercentage,
    Object ShowBubbleSize,
    Object Separator
)

Parameters

Return Value

Type: System.Object

See Also

Reference

ChartPoint Interface

ChartPoint Members

Microsoft.Office.Core Namespace