BCGControlBar Pro for MFC
BCGPChartType CBCGPChartSeries::GetChartType ( ) const
inline

Returns current series type (simple, stacked, full stacked, range).

Call this function to determine the current series type. It can be one of the following enumerated values:

  • BCGP_CT_SIMPLE
  • BCGP_CT_STACKED
  • BCGP_CT_100STACKED
  • BCGP_CT_RANGE

If you need to find out whether a series is stacked or ranged call IsStackedSeries() and IsRangeSeries().