BCGSuite for MFC
double CBCGPChartTernarySeries::GetDataPointComponentPercent ( int  nDataPointIndex,
CBCGPChartData::ComponentIndex  ci 
) const

Returns percentage of specified component.

Call this method to retrieve percentage of specified by ci component. ci should be one of the following enumerated values:

  • CBCGPChartData::CI_Y - component A
  • CBCGPChartData::CI_Y1 - component B
  • CBCGPChartData::CI_Y2 - component C
Parameters
nDataPointIndexSpecifies data point index.
ciSpecifies component index.