-
|
What happened to the Plot.GetLegendBitmap() fct? I am using ScottPlot I found out about it when doing some googling. I need to be able to add more vertical space between items in the Legend I was plotting with increased plot point sizes (separate problem). And I would like to be able to move the Legend outside of the chart graph. I have a work around by increasing the margins. Or I could draw the legend myself outside of the chart plot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @johnfoll,
Hope it helps! |
Beta Was this translation helpful? Give feedback.
Hi @johnfoll,
Plot.RenderLegend()now serves this functionality. To make this easier to discover I'll create an obsolete method which points to the newer and more modern name (#1937).Hope it helps!
Scott