Chart.ChartValues property (Access)

Returns or sets the semicolon-separated list of field(s) used to determine the data series plotted on the value axis. Read/write String.

Syntax

expression.ChartValues

expression A variable that represents a Chart object.

Example

With myChart
 .ChartValues = "[Price];[Cost]"
End With

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.