C
#define ChSetValueLabel(pCh, pNewValueLabel) (((CHART *)pCh)->prm.pValLabel = pNewValueLabel)
Overview
This macro sets the address of the current text string used for the value axis label of the bar chart.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
pNewYLabel |
pointer to the string to be used as an value axis label of the bar chart. |
Returns
none.
Preconditions
none
Side Effects
none
Example
See ChCreate() example.