C
#define ChSetTitleFont(pCh, pNewFont) (((CHART *)pCh)->prm.pTitleFont = pNewFont)
Overview
This macro sets the location of the font used for the title of the chart.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
pNewFont |
Pointer to the font used. |
Returns
none.
Preconditions
none
Side Effects
none
Example
See ChCreate() example.