TArrowSeries.StartXValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

TArrowSeries.StartXValues
TArrowSeries

property StartXValues: TChartValueList;

Unit
ArrowCha

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

StartXValues property is the list of X0 values.

StartXValues.DateTime property default value is True.

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

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



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