C
#define ChGetShowSeriesCount(pCh) (pCh->prm.seriesCount)
Overview
This macro shows the number of data series that has its show flag set to SHOW_DATA
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
Returns
Returns the number of data series with its show flag set to SHOW_DATA.
Preconditions
none
Side Effects
none