C
#define ChSetTitle(pCh, pNewTitle) (((CHART *)pCh)->prm.pTitle = pNewTitle)
Overview
This macro sets the address of the current text string used for the title of the chart.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
pNewTitle |
pointer to the string to be used as a title of the chart. |
Returns
none.
Preconditions
none
Side Effects
none
Example
See ChCreate() example.