|
virtual |
Adds batch of data points.
Call this method to add batch of data points at once.
arYValues | Array of Y values. |
pXValues | A pointer to array of X values. If NULL, X component will be treated as empty. |
pY1Values | A pointer to array of Y1 values for range charts. Can be NULL. |
bRecalcMinMaxValues | TRUE - recalculates minimum and maximum Y values for the series. |