GetY
GetY
Gets Y values of all curve dots to the array.
void GetY(
double& y[] // array for writing Y values
)Parameters
- y[]
[out] Array for getting Y values of all curve dots.
Note
Each curve dot is defined by a couple of X and Y values. These values are not coordinates in pixels for drawing in the CGraphic class.
Last updated on