Descibes how a function is aligned with respect to the source series.
[Serializable]
public sealed enum PeriodAligns : Enum , IComparable, IFormattable
, IConvertible

Public Members

MemberDescription
FirstAligns the function with the first point of the function period.
CenterAligns the function with the centre point of the function period.
LastAligns the function with the last point of the function period.

See Also

Steema.TeeChart.Functions Namespace