C
#define ChGetSampleRange(pCh) (ChGetSampleEnd(pCh) - ChGetSampleStart(pCh))
Overview
This macro gets the sample range for pie or bar charts. The value returned is calculated from smplEnd - smplStart.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the chart object. |
Returns
Sample range computed from smplEnd - smplStart.
Preconditions
none
Side Effects
none.