Caption Property From Microsoft Graph Visual Basic previous page next page expression.Caption expression Required. An expression that returns one of the above objects.ExampleThis example adds the title "Annual Salary Figures" to the chart.myChart.HasTitle = True myChart.ChartTitle.Caption = "Annual Salary Figures"