| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Inline keys Inline keysThe 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 ... |