TArrowSeries.StartYValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

TArrowSeries.StartYValues
TArrowSeries

property StartYValues: TChartValueList;

Unit
ArrowCha

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

StartXValues property is the list of Y0 values.

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

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



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