C
#define ChSetGridLabelFont(pCh, pNewFont) (((CHART *)pCh)->prm.pGridLabelsFont = pNewFont)
Overview
This macro sets the location of the font used for the X and Y axis grid labels 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.