C
#define ChGetTitle(pCh) (((CHART *)pCh)->prm.pTitle)
Overview
This macro returns the address of the current text string used for the title of the chart.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
Returns
Returns the pointer to the current title text used.
Preconditions
none
Side Effects
none