Point.ApplyDataLabels Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies data labels to a point.
public object ApplyDataLabels (Microsoft.Office.Interop.Word.XlDataLabelsType Type = Microsoft.Office.Interop.Word.XlDataLabelsType.xlDataLabelsShowValue, object LegendKey, object AutoText, object HasLeaderLines, object ShowSeriesName, object ShowCategoryName, object ShowValue, object ShowPercentage, object ShowBubbleSize, object Separator);
abstract member ApplyDataLabels : Microsoft.Office.Interop.Word.XlDataLabelsType * obj * obj * obj * obj * obj * obj * obj * obj * obj -> obj
Public Function ApplyDataLabels (Optional Type As XlDataLabelsType = Microsoft.Office.Interop.Word.XlDataLabelsType.xlDataLabelsShowValue, Optional LegendKey As Object, Optional AutoText As Object, Optional HasLeaderLines As Object, Optional ShowSeriesName As Object, Optional ShowCategoryName As Object, Optional ShowValue As Object, Optional ShowPercentage As Object, Optional ShowBubbleSize As Object, Optional Separator As Object) As Object
Parameters
- Type
- XlDataLabelsType
The type of data label to apply.
- LegendKey
- Object
True to show the legend key next to the point. The default value is False.
- AutoText
- Object
True if the object automatically generates appropriate text based on content.
- ShowSeriesName
- Object
Pass a boolean value to enable or disable the series name for the data label.
- ShowCategoryName
- Object
Pass a boolean value to enable or disable the category name for the data label.
- ShowValue
- Object
Pass a boolean value to enable or disable the value for the data label.
- ShowPercentage
- Object
Pass a boolean value to enable or disable the percentage for the data label.
- ShowBubbleSize
- Object
Pass a boolean value to enable or disable the bubble size for the data label.
- Separator
- Object
The separator for the data label.
Returns
Object
Remarks
Type
can be one of the XlDataLabelsType constants.