TArrowSeries.EndYValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

TArrowSeries.EndYValues
TArrowSeries

property EndYValues: TChartValueList;

Unit
ArrowCha

Description
Each Arrow has (X0,Y0) and (X1,Y1) coordinates.

EndYValues property is the list of Y1 values.

Example
This code modifies the Y1 coordinate of first arrow point:

tmp:=ArrowSeries1.EndYValues.Value[0];
ArrowSeries1.EndYValues.Value[0]:=tmp + 123;




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