C
#define ChHideSeries(pCh, seriesNum) (ChSetDataSeries(pCh, seriesNum, HIDE_DATA))
Overview
This macro sets the specified data series number show flag to be set to HIDE_DATA.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the chart object. |
seriesNum |
The data series number that will be modified. If this number is zero, all the entries' flag in the list will be set to HIDE_DATA. |
Returns
Returns the same passed number if successful otherwise -1 if unsuccesful.
Preconditions
none
Side Effects
none
Example
See ChShowSeries() example.