TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
ljoli
- Newbie
- Posts: 24
- Joined: Wed Apr 28, 2010 12:00 am
- Location: Paris, FRANCE
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 ?!
-
ljoli
- Newbie
- Posts: 24
- Joined: Wed Apr 28, 2010 12:00 am
- Location: Paris, FRANCE
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 ?
-
Yeray
- Site Admin
- Posts: 9612
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
-
Contact:
Post
by Yeray » Mon May 03, 2010 12:53 pm
Hi ljoli,
No, I'm afraid it doesn't.
-
ljoli
- Newbie
- Posts: 24
- Joined: Wed Apr 28, 2010 12:00 am
- Location: Paris, FRANCE
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
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
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.