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