"getItemXY"
Returns the value of an item within a series.
Synopsis
float shape.getItemXY(int series, int idx, float &x, float &y)
Parameters
| Parameter | Description |
|---|---|
| series | series |
| idx | index |
| x | X-Value |
| y | Y-Value |
Description
Returns the value of an item within a series of a Polar chart. Is used if the value has been set using the function setSeriesXYV.
