C
#define ChGetValueLabel(pCh) (((CHART *)pCh)->prm.pValLabel)
Overview
This macro returns 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. |
Returns
Returns the pointer to the current value axis label text of the bar chart.
Preconditions
none
Side Effects
none