| 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.
| dblAnimationTime | The animation time. |
| type | The animation type. |
| animationStyle | The animation style. |
| pSeries | The series to be animated. If NULL, all chart series objects will appear with specified animation effect |
| animationComponentIndex | Zero-based index of the animation component. |