|
virtual |
Display a series on the specified axes.
This method establishes a relationship between a series and axes. pZAxis can be NULL for 2D diagram.
If a pointer to X or Y axis (or both) is NULL, a series is not displayed on the diagram, but is still visible in the legend. If you need to hide a series, set CBCGPChartSeries::m_bVisible flag to FALSE.
This method can be used to display a series on custom axes.
For example, the code below displays a series on a custom X axis and secondary Y axis:
pXAxis | A pointer to X axis. |
pYAxis | A pointer to Y axis. |
pZAxis | A pointer to Z axis. |