[Serializable]
public sealed enum PeriodAligns : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|---|
First | Aligns the function with the first point of the function period. |
Center | Aligns the function with the centre point of the function period. |
Last | Aligns the function with the last point of the function period. |
See Also
Steema.TeeChart.Functions Namespace