Description |
---|
Excerpt |
---|
Sets or returns the range of cells containing the values of a chart data series. |
Signature | ||||
---|---|---|---|---|
| ||||
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre> public System.String Values{ get; set; } </pre></td></tr></tbody></table> |
Signature | ||||
---|---|---|---|---|
| ||||
<p>Public Property Values() As String</p> |
Remarks |
---|
The values of a chart data series denote the position of each data point along the primary or secondary Value Axis, as appropriate. For most charts the value axes are vertical. |