C
#define ChGetPercentMax(pCh) (pCh->prm.perMax)
Overview
This macro returns the current maximum 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 maximum percentage value set when bar charts are drawn.
Preconditions
none
Side Effects
none