Gets or sets the object that provides a user-defined calculation of the TrendLine.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public ICustomTrendLine CustomTrendLine { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ Public Property CustomTrendLine As ICustomTrendLine 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.