void CBCGPChartObject::SetRelatedAxes | ( | CBCGPChartAxis * | pXAxis, |
CBCGPChartAxis * | pYAxis | ||
) |
Sets related axes.
By default screen positions of Chart Objects (in CM_CHART_VALUES, CM_CHART_VALUE_DIST_ANGLE, CM_AXIS_INSIDE_MARK, CM_AXIS_OUTSIDE_MARK coordinate modes) are calculated for primary X and Y axes.
Use this method to use other axes to calculate a screen position of a Chart Object.
pXAxis | A pointer to X axis. |
pYAxis | A pointer to Y axis. |