Contents  All Classes  Index A-Z  All Units


TTeeFunction.PeriodAlign
TTeeFunction

property PeriodAlign: TFunctionPeriodAlign;

Unit
TeEngine

Description
Default value : paCenter

The PeriodAlign property controls "where" to place function calculations inside the full period space. When the function Period is greater than zero (so it calculates by groups of points), the function results are added to the series by default at the center position of the Function Period. You can change this by setting PeriodAlign to

- paFirst (function result will be added to series at start of each period),
- paCenter (function result will be added to series at center of each period)
- paLast (function result will be added to series at end of each period)

Example


TeeFunction1.PeriodAlign := paCenter ; { <-- by default is centered }

The "paFirst" and "paLast" constants will plot calculations at the start and end "X" coordinates of each "Period".


Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.