BCGControlBar Pro for MFC
virtual AxisType CBCGPBaseChartImpl::GetAxisType ( ) const
pure virtual

Returns axis type for a specific chart implementation. Pure virtual in the base class.

Currently the library supports three axis types:

  • AT_NO_AXIS - pie, pyramid, funnel
  • AT_XY - area, line, bubble, stock, column/bar (all 2D chart types except polar/radar)
  • AT_RADIAL - polar/radar

If you implement your own chart type, you need to override this method and return one of the above values.