Page 1 of 1

Teechart editor WPF - How to

Posted: Mon Oct 11, 2010 8:28 am
by 16056621
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.

Re: Teechart editor WPF - How to

Posted: Mon Oct 11, 2010 9:28 am
by 10050769
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,

Re: Teechart editor WPF - How to

Posted: Tue Apr 28, 2015 11:47 am
by 16071129
is this feature working in version 2015 ?
like in C# Winapp

Code: Select all

tchart1.ShowEditor();

Re: Teechart editor WPF - How to

Posted: Thu Apr 30, 2015 1:42 pm
by narcis
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.