IArrowSeries
Hierarchy Properties Methods
Type Library
TeeChartx
Description
Follow this link for a visual representation of this Series type.
The ArrowSeries class outputs all points as arrows.
Set the ParentChart property to the desired Chart class. Use the AddArrow method to manually fill area points.
At design-time use the Chart Editor to access the DataSource Wizard Dialog to connect the Series to another Series or to any Table or Query class.
The arrow head dimensions can be changed using the ArrowHeight and ArrowWidth properties.
Each arrow is defined by four co-ordinates. These values can be accessed using the StartXValues, StartYValues, EndXValues and EndYValues properties.
Arrows are always drawn in 2D mode.
Please refer to PointSeries ancestor description for all common Series properties like Marks, Axis, Pointers and events.