ISeriesAnimationTool.StartValue
ISeriesAnimationTool

property StartValue: Double;

Type Library
TeeChartx

Description
The initial value to set all series points when the animation starts.

Example [Visual Basic]:

With TChart1.Tools.Items(1).asSeriesAnimation

.StartValue = 0

.StartAtMin = False

End With