Gets or sets the text associated with the TrendLine shown in legend.
[Visual Basic]
Public Property Text As String
[C#]
public string Text {get;set;}
[Delphi]
public property Text: String read get_Text write set_Text;
Remarks
Text property can contains keywords that are replaced with appropriate value when rendering legend. The keyword must be in brackets.
Keyword |
Value |
#DSLABEL |
Label of appropriate data series |
#TRENDTYPE |
Type of trend line |
#SHORTTRENDTYPE |
Short type of trend line |
#NTERMS |
Number of terms for regression trend line |
#PERIOD |
Period for moving average trend line |
#FORMULA |
Formula of regression equation |
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. |