C
#define ChGetPercentMin(pCh) (pCh->prm.perMin)
Overview
This macro returns the current minimum value of the percentage range that will be drawn for bar charts when CH_PERCENTAGE bit state is set.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
Returns
Returns the minimum percentage value when bar charts are drawn.
Preconditions
none
Side Effects
none