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