IMarks.Arrow
IMarks

property Arrow: IPen;

Type Library
TeeChartx

Description
The Arrow property determines the kind of pen used to draw a line connecting the Point Mark to the corresponding Series point.

Each Series class handles Marks in a different manner, thus the Arrow coordinates are specific to each Series type.

By default, Arrow pen is defined to be a White solid pen of 1 pixel width.

Example [Visual Basic]:

TChart1.Series(0).Marks.Arrow.Visible = False