BCGSuite for MFC
BOOL CBCGPChartVisualObject::StartAnimation ( double  dblAnimationTime,
CBCGPAnimationManager::BCGPAnimationType  type = CBCGPAnimationManager::BCGPANIMATION_SmoothStop,
CBCGPChartSeries::BCGPChartAnimationStyle  animationStyle = CBCGPChartSeries::BCGPChartAnimationStyle_Default,
CBCGPChartSeries pSeries = NULL,
CBCGPChartData::ComponentIndex  animationComponentIndex = CBCGPChartData::CI_DEFAULT 
)

Show the chart series with animation effect.

Parameters
dblAnimationTimeThe animation time.
typeThe animation type.
animationStyleThe animation style.
pSeriesThe series to be animated. If NULL, all chart series objects will appear with specified animation effect
animationComponentIndexZero-based index of the animation component.
Returns
TRUE if it succeeds, FALSE if it fails.