NumberFormat Property
From Microsoft Graph Visual Basic
expression.NumberFormat
expression Required. An expression that returns one of the above objects.
Example
This example sets the number format for the data labels for series one.
myChart.SeriesCollection(1).DataLabels.NumberFormat = "General"