BCGControlBar Pro for MFC
virtual void CBCGPChartSeries::ShowOnPrimaryAxis ( BOOL  bPrimary = TRUE)
virtual

Shows a series on primary or secondary axes.

This method is called to show a series primary or secondary axes. If you need to display a series on a specific axis call SetRelatedAxis() (for example, if you need to display a series on primary X and on secondary Y axes, or establish relation with a custom axis).

Parameters
bPrimarySpecifies whether to display a series on primary (TRUE), or secondary (FALSE) axes.

Reimplemented in CBCGPChartTernarySeries.