'Wpf Oxyplot - Render Legend on specified Panel
Is there any way to render the Oxyplot Legend to a different Panel then the one that is used to render the Plot?
I am adding a Legend to a PlotModel just like this:
pm02.Legends.Add(new OxyPlot.Legends.Legend()
{
LegendPadding = 0,
LegendMargin = 0,
AllowUseFullExtent = true,
LegendPlacement = OxyPlot.Legends.LegendPlacement.Outside,
LegendPosition = OxyPlot.Legends.LegendPosition.RightTop,
LegendOrientation = OxyPlot.Legends.LegendOrientation.Vertical,
Selectable = false,
});
I was expecting an Options to enable rendering the Legend to a different Panel, but couldn't find any
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
