ITeeFunction.PeriodAlign
ITeeFunction
property PeriodAlign: EFunctionPeriodAlign;
Type Library
TeeChartx
Description
Sets the alignment for the Function point within the space reserved for each input Series point.
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.
The "paFirst" and "paLast" constants will plot calculations at the start and end "X" coordinates of each "Period".
Every blue point shows the "average" using all points between the first day and the last day of the month.
PeriodStyle = OneMonth, and PeriodAlign = paLast
The "average" is plotted at the end of the month.
PeriodStyle = OneMonth, and PeriodAlign = paFirst
The "average" is plotted at the beginning of the month.