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.
Teechart editor WPF - How to
Re: Teechart editor WPF - How to
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,
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 |
Instructions - How to post in this forum |
Re: Teechart editor WPF - How to
is this feature working in version 2015 ?
like in C# Winapp
like in C# Winapp
Code: Select all
tchart1.ShowEditor();
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Teechart editor WPF - How to
No, there are no graphical editors for TeeChart.WPF. I don't think there are plans to implement them either.Quant wrote:is this feature working in version 2015 ?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |