Search found 8 matches

by asupriya
Mon Jan 28, 2013 12:52 pm
Forum: .NET
Topic: Wpf chart zooming
Replies: 3
Views: 7575

Wpf chart zooming

How to zoom the chart with mouse right click in wpf?
by asupriya
Tue Jan 08, 2013 3:07 pm
Forum: .NET
Topic: PenEditor in WPF
Replies: 6
Views: 9167

Re: PenEditor in WPF

Hope someone is looking into this issue.

Thanks
by asupriya
Tue Jan 08, 2013 4:44 am
Forum: .NET
Topic: PenEditor in WPF
Replies: 6
Views: 9167

Re: PenEditor in WPF

Here is the code to show that tee chart handle is grabbed from an event 'if the selected part is a series then ' opens the trace editor dialog for changing the styles,colors of a series ' and then updates the graph colors etc., If (selectorPart.Part = Steema.TeeChart.WPF.ChartClickedPartStyle.Series...
by asupriya
Mon Jan 07, 2013 4:04 pm
Forum: .NET
Topic: PenEditor in WPF
Replies: 6
Views: 9167

Re: PenEditor in WPF

Sandra,

I am creating the editor as a response to double-click on fastline series on a tchart object that was created at runtime.

Can you post some sample code to show how a user can change the color of a fastlineseries at runtime?

Thanks,
by asupriya
Mon Jan 07, 2013 12:43 pm
Forum: .NET
Topic: PenEditor in WPF
Replies: 6
Views: 9167

PenEditor in WPF

We are migrating .net V3 to WPF v4 and having issues with Editors. How do i declare following statement for WPF? Dim editor1 As New Steema.TeeChart.Editors.PenEditor(fastlineseries1.LinePen) We also have editors related code for print preview, export to PNG. Please give us a sample code where all th...
by asupriya
Thu Jan 03, 2013 2:16 pm
Forum: .NET
Topic: tChart1.DoDragDrop for WPF
Replies: 1
Views: 4019

tChart1.DoDragDrop for WPF

We are migrating from V3 to WPF v4 and not able to find a suitable call to replace tChart1.DoDragDrop for WPF version.

Can you please let us know how one should implement dragdrop for WPF Tchart objects with some sample code?

Thanks
by asupriya
Wed Jan 02, 2013 5:13 am
Forum: .NET
Topic: tChart.Draw in WPF v4 version
Replies: 1
Views: 4090

tChart.Draw in WPF v4 version

We are migrating from V3 to WPF V4 version and having issues with tChart.Draw method. in v3, it used to be a simple .Draw call, but in WPF v4, it needs a Media.DrawingContext. How do I get a drawingContext for my tChart object so that I can pass it to this method? Any sample code will be of great he...
by asupriya
Mon Jun 18, 2012 1:03 pm
Forum: .NET
Topic: Draw All Points of FastLine series
Replies: 24
Views: 39595

Re: Draw All Points of FastLine series

Marc, We have upgraded to latest version of Teechart and are in the process of updating our project. We noticed a problem with the smoothing solution you suggested while we are implementing it with our project. This solutions requires that there are two series for each data; one with raw data and th...