IArrowSeries.ArrowPercent
IArrowSeries

property ArrowPercent: Integer;

Type Library
TeeChartx

Description
Changes the size of the Arrow in percent.

Example [Visual Basic]:

With TChart1

.AddSeries scArrow

.Series(0).FillSampleValues (5)

.Series(0).asArrow.ArrowPercent = HScroll1.Value

End With