Teechart editor WPF - How to

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Supermanu
Newbie
Newbie
Posts: 1
Joined: Tue Jul 20, 2010 12:00 am

Teechart editor WPF - How to

Post by Supermanu » Mon Oct 11, 2010 8:28 am

Hi,

Is there any way to show the teechart editor in WPF.
I use the following code in the code behind but nothing append

Dim ed As New Steema.TeeChart.Editor
ed.ShowModal()

The teechart object is embbedded in a UserControl (not a window)

<UserControl x:Class="GraphView" Height="Auto" Width="Auto"
xmlns:vw="clr-namespace:LEPQVIEW.Views"
xmlns:vm="clr-namespace:LEPQVIEW.ViewModels;assembly=LEPQVIEW.ViewModels"
xmlns="http://schemas.microsoft.com/winfx/2006 ... esentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:AChart="clr-namespace:Steema.TeeChart.WPF;assembly=TeeChart.WPF"

<Grid>
<AChart:TChart Name="AChart" Grid.Row="1" Height="Auto" Width="Auto" Margin="10,0,10,0"></AChart:TChart>
</Grid>
</UserControl>

As we work in MVVM environment, programming all the properties would be a huge unvalued work.
Thanks for your response.
Kind regards.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Teechart editor WPF - How to

Post by Sandra » Mon Oct 11, 2010 9:28 am

Hello Supermanu,

At the moment TeeChartWPF doesn't allow show chart editor in real-time. It is a feature request known for us, and it is already added in wish-list with number (TW16014180) to be considered for inclusion in future versions of TeeChartWPF.

Thanks,
Best Regards,
Sandra Pazos / 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

Quant
Advanced
Posts: 142
Joined: Tue Dec 30, 2014 12:00 am

Re: Teechart editor WPF - How to

Post by Quant » Tue Apr 28, 2015 11:47 am

is this feature working in version 2015 ?
like in C# Winapp

Code: Select all

tchart1.ShowEditor();

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

Re: Teechart editor WPF - How to

Post by Narcís » Thu Apr 30, 2015 1:42 pm

Quant wrote:is this feature working in version 2015 ?
No, there are no graphical editors for TeeChart.WPF. I don't think there are plans to implement them either.
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