Search found 1 match

by Supermanu
Mon Oct 11, 2010 8:28 am
Forum: .NET
Topic: Teechart editor WPF - How to
Replies: 3
Views: 7876

Teechart editor WPF - How to

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" xml...