C
#define ChGetValueMax(pCh) (pCh->prm.valMax)
Overview
This macro returns the current maximum value that will be drawn for bar charts.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
Returns
Returns the maximum value set when bar charts are drawn.
Preconditions
none
Side Effects
none