BCGControlBar Pro for MFC
void CBCGPChartSeries::SetCurveType ( BCGPChartFormatSeries::ChartCurveType  type)

Sets curve type.

Call this method to change a curve type used to draw series lines. It can be applied to Line, Area and Polar chart types.

type can be one of the following enumerated values:

  • CCT_NO_LINE
  • CCT_LINE
  • CCT_SPLINE // Kochanek-Bartels spline
  • CCT_SPLINE_HERMITE // Hermite spline
  • CCT_STEP
  • CCT_REVERSED_STEP
Parameters
typeSpecifies the curve type.