int CBCGPChartVisualObject::AddAxis | ( | CBCGPChartAxis * | pAxis | ) |
Adds a custom axis to the internal list of axes.
Call this method if you allocate a custom axis with operator new and need to add this axis to the internal list of axes.
pAxis | A pointer to an axis. |