ChartValuesCollection object (Access)

A collection of all the ChartValues objects in the specified chart.

Example

The following example displays the name of each ChartValues instance in a collection.

With myChart
 For Each cv In .ChartValuesCollection
  MsgBox (cv.Name)
 Next
End With

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.