Gets or sets the object that provides a user-defined calculation of the TrendLine.
[Visual Basic]
Public Property CustomTrendLine As ICustomTrendLine
[C#]
public ICustomTrendLine CustomTrendLine {get;set;}
[Delphi]
public property CustomTrendLine: ICustomTrendLine read get_CustomTrendLine write set_CustomTrendLine;
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
TrendLine Class | TrendLine Members | C1.Win.C1Chart Namespace | TrendLine Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |