BCGControlBar Pro for MFC
void CBCGPChartData::SetValues ( const CArray< CBCGPChartValue, CBCGPChartValue > &  arData)
inline

Sets array of values.

Call this method to set a couple of values at once. The values must be ordered according to CBCGPChartData::ComponentIndex enumerator:

  • CI_Y
  • CI_X
  • CI_Z
  • CI_Y1
  • CI_Y2
  • CI_Y3
  • CI_PERCENTAGE
  • CI_CUSTOM
Parameters
arDataSpecifies the array of values to set.