TArrowSeries
 
 
 

All Units  All Classes  Properties, Methods and Events  

TArrowSeries
Hierarchy     Properties     Methods     Events     

Series to display Arrows.



Unit
ArrowCha

Description
The Arrow series outputs all points as arrows.
To see a visual representation of this Series type, go to the TeeChart User Guide.

Set the ParentChart property to the desired Chart component.

Use the AddArrow method to manually fill area points:

Series1.AddArrow(0,0,100,100);

The arrow head dimensions can be changed using the ArrowHeight and ArrowWidth properties.

Each arrow is defined by four coordinates.
These values can be accessed using the StartXValues, StartYValues, EndXValues and EndYValues properties.

Arrows are always drawn in 2D mode.

Please refer to TPointSeries ancestor description for all common Series properties like Marks, Axis, Pointers and events.



See also:
TAlligatorFunction


Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.