SharpPlot Tutorials > Style Examples > Inline Keys Inline Keys
The legend text is written at the right-hand end of each series.
sp.KeyStyle = KeyStyles.InlineWithData;
This style works well with arrowed lines. Note that you will need to allow sufficient space in the right margin for the legend text, and that this style should only be used if you are sure that the series are well separated vertically.
See also ...Arrow Lines
Send comments on this topic © Dyalog Ltd 2021
|