Series.ApplyDataLabels Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Aplica etiquetas de datos a una serie.
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
Parámetros
- Type
- XlDataLabelsType
Tipo de etiqueta de datos que se aplica.
- LegendKey
- Object
True para mostrar la clave de leyenda junto al punto. El valor predeterminado es False.
- AutoText
- Object
True si el objeto genera automáticamente el texto adecuado basado en el contenido.
- ShowSeriesName
- Object
Pasar un valor booleano para habilitar o deshabilitar el nombre de la serie correspondiente al rótulo de datos.
- ShowCategoryName
- Object
Pasar un valor booleano para habilitar o deshabilitar el nombre de la categoría correspondiente al rótulo de datos.
- ShowValue
- Object
Pasar un valor booleano para habilitar o deshabilitar el valor del rótulo de datos.
- ShowPercentage
- Object
Pasar un valor booleano para habilitar o deshabilitar el porcentaje correspondiente al rótulo de datos.
- ShowBubbleSize
- Object
Pasar un valor booleano para habilitar o deshabilitar el tamaño de la burbuja correspondiente al rótulo de datos.
- Separator
- Object
Separador de la etiqueta de datos.
Devoluciones
Devuelve Object.
Comentarios
Type
puede ser una de las XlDataLabelsType constantes.