Chart.GetValue
Syntax:
Parameters:
<Point> (required)
Point index or the value of the chart point itself.
<Series> (required)
Series index or the chart series itself.
Returned value:
The chart value at the given point and series.
Description:
Availability:
Example:
SalesVolume = Chart.GetValue(Point, Series).Value; |
See also: