BCGSuite for MFC
virtual CBCGPChartValue CBCGPChartSeries::GetMinValue ( CBCGPChartData::ComponentIndex  ci = CBCGPChartData::CI_Y)
virtual

Returns minimum series value for the specified component.

Call this method to retrieve a minimum series value for the specified component.

ci can be one of the following enumerated values:

  • CI_Y,
  • CI_X,
  • CI_Z,
  • CI_Y1,
  • CI_Y2,
  • CI_Y3,
  • CI_PERCENTAGE,
  • CI_CUSTOM
Parameters
ciSpecifies component index.