Search found 1603 matches

by Christopher
Fri Feb 13, 2015 12:26 pm
Forum: .NET
Topic: Rose Series help
Replies: 3
Views: 6957

Re: Rose Series help

Hello, Once you have the sample project under: %Program Files%\Steema Software\TeeChart for Xamarin Forms 2015 4.0.2015.02060\Examples\SampleProject up and running, you can add a single slice to a rose series like this: namespace SampleProject { public class App { public static Page GetMainPage() { ...
by Christopher
Thu Feb 12, 2015 11:58 am
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44198

Re: Trendline with Snap to Point & Semi log Aware Trendline

Currently we are not using any algorithm for calculating points that are drawn in the trendline. We are using Line Tool for drawing trendline. Okay ... so how do you expect the line to "bend" as you require? For this to happen more than two points (start, end) are necessary. I can suggest you algor...
by Christopher
Thu Feb 12, 2015 9:31 am
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44198

Re: Trendline with Snap to Point & Semi log Aware Trendline

Quant,

A couple of questions:
1) which algorithm are you using to calculate the points that are drawn in the trendline?
2) the snap to point functionality ... how do you want this to work? Which if the OHLC (open, high, low, close) points do you want the line to snap to when the mouse is moved?
by Christopher
Thu Feb 12, 2015 9:29 am
Forum: .NET
Topic: Problem with gradient background after upg to 4.1.2014.12150
Replies: 2
Views: 4836

Re: Problem with gradient background after upg to 4.1.2014.12150

Hello,

Yes, unfortunately this is a regression that has already been fixed for the next maintenance release. Fortunately it has an easy, one line workaround, which is:

Code: Select all

Utils.UseCaches = false;
by Christopher
Thu Feb 12, 2015 9:20 am
Forum: .NET
Topic: Scrolling and Paging with AutoScroll
Replies: 4
Views: 10325

Re: Scrolling and Paging with AutoScroll

Quant, Again, with the following code I am second guessing as to what your problem may be: int totalSampleValues, displayValues, pageNumber; private void InitializeChart() { totalSampleValues = 1000; displayValues = 50; pageNumber = totalSampleValues / displayValues; tChart1.Series.Add(typeof(Line))...
by Christopher
Wed Feb 11, 2015 3:00 pm
Forum: .NET
Topic: Scrolling and Paging with AutoScroll
Replies: 4
Views: 10325

Re: Scrolling and Paging with AutoScroll

Hello Quant, This is the code I am using with TeeChart.dll v.4.1.2014.12150: int totalSampleValues, displayValues, pageNumber; private void InitializeChart() { totalSampleValues = 1000; displayValues = 50; pageNumber = totalSampleValues / displayValues; this.tChart1.Page.MaxPointsPerPage = displayVa...
by Christopher
Wed Feb 11, 2015 1:29 pm
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44198

Re: Trendline with Snap to Point & Semi log Aware Trendline

Hello Quant, Would you be so kind as to send us some example code you have already written to implement these requirements of yours? It would save us a lot of time to work on what you have already done rather than writing an application for you from scratch. If you could also send us some screenshot...
by Christopher
Mon Feb 09, 2015 4:53 pm
Forum: .NET
Topic: [Xamarin.Forms] Issues on WindowsPhone and Android
Replies: 12
Views: 18042

Re: [Xamarin.Forms] Issues on WindowsPhone and Android

MiracleTek wrote: Thanks a lot for the swift reply. Apologies for not checking the download section first :).
You're very welcome :)

A happy coincidence that I was finishing publishing this version when I saw your message!
by Christopher
Mon Feb 09, 2015 4:29 pm
Forum: .NET
Topic: [Xamarin.Forms] Issues on WindowsPhone and Android
Replies: 12
Views: 18042

Re: [Xamarin.Forms] Issues on WindowsPhone and Android

A new Xamarin Forms version including support for iOS.Unified is available for download from the customer download page here.
by Christopher
Thu Feb 05, 2015 4:10 pm
Forum: .NET
Topic: Cursor and performance when mouse is moved over chart
Replies: 1
Views: 3719

Re: Cursor and performance when mouse is moved over chart

Mike, I'm afraid to say that the performance of the native WPF Graphics Rendering is notoriously lacking, and unfortunately TeeChart.WPF.dll uses native WPF Graphics Rendering. In April last year we released a TeeChart.WPDDirect2D.dll here which gained some ground in performance, but this was never ...
by Christopher
Thu Feb 05, 2015 10:57 am
Forum: .NET
Topic: Zooming Candle Chart
Replies: 3
Views: 7415

Re: Zooming Candle Chart

Hello, One possibility is to run code such as the following: Candle series = new Candle(); double widthRatio; int origCandleWidth; private void InitializeChart() { tChart1.Aspect.View3D = false; tChart1.Series.Add(series); series.FillSampleValues(); tChart1.Zoomed += tChart1_Zoomed; tChart1.UndoneZo...
by Christopher
Wed Feb 04, 2015 10:46 am
Forum: .NET
Topic: strange cursor behaviour after upgrade to Teechart .NET 2014
Replies: 2
Views: 5215

Re: strange cursor behaviour after upgrade to Teechart .NET 2014

Hello, I'm afraid that the fix to defect id=1020 has broken this functionality. Many apologies for any inconvenience this has caused. I have added this defect to our database with id=1115 and have already fixed it. In the meantime, as a partial workaround (changes made in the Chart Editor will not b...
by Christopher
Thu Jan 29, 2015 1:52 pm
Forum: .NET
Topic: Installation problem of TeeChart for .NET 2014
Replies: 5
Views: 8158

Re: Installation problem of TeeChart for .NET 2014

Which type of MSVC project are you using?

In VS2013 I have the following:
msvc.PNG
msvc.PNG (2.93 KiB) Viewed 8330 times
by Christopher
Thu Jan 29, 2015 8:56 am
Forum: .NET
Topic: [Xamarin.Forms] Issues on WindowsPhone and Android
Replies: 12
Views: 18042

Re: [Xamarin.Forms] Issues on WindowsPhone and Android

Hello!
MiracleTek wrote: Just thought I should let you should know. :D
That's great, thank you very much :) I have added the change to the TeeChart.PCL.WP8 source code.
by Christopher
Mon Jan 26, 2015 10:58 am
Forum: .NET
Topic: [Xamarin.Forms] Issues on WindowsPhone and Android
Replies: 12
Views: 18042

Re: [Xamarin.Forms] Issues on WindowsPhone and Android

I could reproduce the problem here and added it ( ID1102 ) to the defect list. This issue is now fixed. It seems that for some reason the code path in WP8 Xamarin Forms has changed a little, either because of your specific code or because of the update to Xamarin Forms 1.3. In any case, there is a ...