C
#define ChGetColorTable(pCh) (((CHART *)pCh)->prm.pColor)
Overview
This macro returns the current color table used for the pie and bar charts.
Input Parameters
Input Parameters |
Description |
pCh |
Pointer to the object. |
Returns
Returns the address of the color table used.
Preconditions
none
Side Effects
none