Gets or sets the period of the TrendLine calculation.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(2)]
public int Period { get; set; }
Visual Basic
<DefaultValueAttribute(2)> _
Public Property Period As Integer
	Get
	Set

Remarks

This property is useful only for calculating a moving average TrendLine.

See Also