C
void ChSetValueRange( CHART * pCh, WORD min, WORD max );
Overview
This function sets the minimum and maximum range of values that the bar chart will show. The criteria is that min <= max.
Input Parameters
Input Parameters |
Description |
CHART * pCh |
Pointer to the chart object. |
WORD min |
Minimum value that will be displayed in the bar chart. |
WORD max |
Maximum value that will be displayed in the bar chart. |
Returns
none.
Preconditions
none
Side Effects
none.