[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLine.CustomTrendLine

CustomTrendLine Property

CustomTrendLine

Gets or sets the object that provides a user-defined calculation of the TrendLine.

Declaration
[Browsable(false)]
public ICustomTrendLine CustomTrendLine { get; set; }
Remarks

To obtain complete control of the TrendLine calculations, a class inheriting from ICustomTrendLine can be implemented and instantiated. After the CustomTrendLine property is set to an instance of such an object, the chart will plot the user-defined TrendLine with the appropriate styles and legend entry.

See Also