TSeriesAnimationTool.StartAtMin

TSeriesAnimationTool.StartAtMin
TSeriesAnimationTool

property StartAtMin: Boolean;

Unit
TeeAnimations

Description
Default : True

The animation starts changing all series point values to the lowest series value.

Setting StartAtMin to False, and setting the StartValue property, makes the animation to start at that value.

ChartTool1.StartValue := 0 ;
ChartTool1.StartAtMin := False ;