CBCGPChartAxis* CBCGPChartVisualObject::ReplaceDefaultAxis | ( | int | nAxisID, |
CRuntimeClass * | pCustomAxisRTC | ||
) |
Replaces a default axis with a custom axis.
Use this method to replace a default axis with a custom axis. Both axes will have the same ID specified by nAxisID.
For example:
nAxisID | Specifies a default axis ID. |
pCustomAxisRTC | A pointer to a runtime class of custom axis. |