SharpPlot Reference > SharpPlot Properties > TrendLineKey Property SharpPlot.TrendLineKey Property
Tells SharpPlot to include or omit the legend placeholder when generating a gaussian trend. The default setting is to include it.
public bool TrendLineKey {get; set;}
Example
sp.TrendLineKey = false;
You can omit the legend entry by giving it an empty string, but this may be more convenient.
See also ...SharpPlot Members | SharpPlot.ModelFitKey Property
Send comments on this topic © Dyalog Ltd 2021
|