legend scroll bar editor in WPF solution

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ljoli
Newbie
Newbie
Posts: 24
Joined: Wed Apr 28, 2010 12:00 am
Location: Paris, FRANCE

legend scroll bar editor in WPF solution

Post by ljoli » Mon May 03, 2010 10:10 am

Hello,

I use this

Code: Select all

Steema.TeeChart.Tools.LegendScrollBar legendScrollBar1; 
For have a scroll legend on my window. And when I try to have the editor of scrollbar like that :

Code: Select all

private void button2_Click(object sender, RoutedEventArgs e)
        {
            Steema.TeeChart.WPF.Editors.Tools.ScrollBarEditor.Edit(legendScrollBar1);
        }
Visual Studio 2008 say to me an error :

Error 1 The type or namespace name 'Tools' does not exist in the namespace 'Steema.TeeChart.WPF.Editors' (are you missing an assembly reference?)

But I added all the reference ?!

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: legend scroll bar editor in WPF solution

Post by Yeray » Mon May 03, 2010 11:21 am

Hi ljoli,

I'm afraid that the Editors aren't available in WPF. This has been discussed here:
http://www.teechart.net/support/viewtop ... 66&p=40344
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

ljoli
Newbie
Newbie
Posts: 24
Joined: Wed Apr 28, 2010 12:00 am
Location: Paris, FRANCE

Re: legend scroll bar editor in WPF solution

Post by ljoli » Mon May 03, 2010 11:47 am

Ok for that.

But, is it the same thing for the "Show Chart editor" ?

is it works in WPF ?

Code: Select all

tChart1.ShowEditor();

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: legend scroll bar editor in WPF solution

Post by Yeray » Mon May 03, 2010 12:53 pm

Hi ljoli,

No, I'm afraid it doesn't.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

ljoli
Newbie
Newbie
Posts: 24
Joined: Wed Apr 28, 2010 12:00 am
Location: Paris, FRANCE

Re: legend scroll bar editor in WPF solution

Post by ljoli » Tue May 04, 2010 7:57 am

Is there a documentation with steema function compatible with the WPF ??

Because the tutorial does not correspond of a solution c# with WPF.
I am use Steema TeeChart for .NET v3 --> 3.5.3188.18562

Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: legend scroll bar editor in WPF solution

Post by Narcís » Tue May 04, 2010 8:05 am

Hi ljoli,

TeeChart.WPF.dll and TeeChart.Silverlight.dll don't include designtime support at the present moment. There's no specific tutorials or documentation for those versions. However they can use almost same functionality as TeeChart.dll for WinForms so you shouldn't have much problem copying examples. If existing documentation and examples is not enough don't hesitate to let us know.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply