Page 1 of 1

Capture series legend symbol for custom editor

Posted: Tue Jul 05, 2011 3:55 pm
by 15657203
We have our own editor for chart and would like to take the image show in the legend to be displayed in our own editor for a particular series.

How do I get access to the image and convert? Any way to get this as a WPF path/shape?

Any advice is appreciated.

Re: Capture series legend symbol for custom editor

Posted: Wed Jul 06, 2011 11:48 am
by narcis
Hi elby,

I recommend you to use Red Gate's .NET Reflector or Telerik's JustDecompile to disassemble TeeChart.dll/TeeChart.WPF.dll and see how symbols are added to the legend. You could look at Steema.TeeChart.Legend.DrawSymbol.

Hope this helps!