[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLine.Text

Text Property

Text

Gets or sets the text associated with the TrendLine shown in legend.

Declaration
public string Text { get; set; }
Remarks

Text property can contains keywords that are replaced with appropriate value when rendering legend. The keyword must be in brackets.

KeywordValue
#DSLABELLabel of appropriate data series
#TRENDTYPEType of trend line
#SHORTTRENDTYPEShort type of trend line
#NTERMSNumber of terms for regression trend line
#PERIODPeriod for moving average trend line
#FORMULAFormula of regression equation
See Also