Syntax

expression.HasDataLabels

expression A variable that represents a Series object.

Example

This example turns on data labels for series three in Chart1.

Visual Basic for Applications
With Charts("Chart1").SeriesCollection(3) .HasDataLabels = True .ApplyDataLabels Type:=xlValue End With
Apply data labels? has data labels Has Data Labels Property hasdatalabels hasdatalabels property Show data labels for specified series? Turn on the data labels for a specific series collection?

See also: