DataLabels.ShowValue property (Excel) | Microsoft Docs This example enables the value to be shown for the data labels of the first series, on the first chart. This example assumes that a chart exists on the active worksheet. VB Copy Sub UseValue () ActiveSheet.ChartObjects (1).Activate ActiveChart.SeriesCollection (1) _ .DataLabels.ShowValue = True End Sub Support and feedback