C
#define ChGetGridLabelFont(pCh) (((CHART *)pCh)->prm.pGridLabelsFont)
Overview
This macro returns 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. |
Returns
Returns the address of the current font used for the title text.
Preconditions
none
Side Effects
none