Chart.SetValue
Syntax:
Parameters:
<Point> (required)
Point index or the chart point itself.
<Series> (required)
Series index or the chart series itself.
<Value> (required)
Value being set. When plotting the chart, values with types other than Number will be interpreted as numbers.
<Details> (optional)
Value used with chart details.
<Tooltip> (optional)
Contains a popup text tooltip which shows up when the user hovers the cursor towards the chart value.
If the parameter is specified, the standard tool tip, formed by the system as <Series> + <Point> + <Value> will be replaced by the indicated text.
Description:
Availability:
Example:
Chart.SetValue(Point, Series, SalesVolume ); |
See also: