Search found 142 matches

by Quant
Tue Mar 31, 2015 11:22 am
Forum: .NET
Topic: Synchronizing Cursor Behaviour
Replies: 11
Views: 17506

Re: Synchronizing Cursor Behaviour

Hi Christopher, We are using following sample code which significantly improves cursor performance. We tested the below code on 100, 1000 and 10000 sample points, and we find very little lag on 1000 sample points and a significant lag on 10000 sample point. These tests proved the performance improve...
by Quant
Tue Mar 31, 2015 5:25 am
Forum: .NET
Topic: Synchronizing Cursor Behaviour
Replies: 11
Views: 17506

Re: Synchronizing Cursor Behaviour

Hi, If you are using 1000 points in each series then you will need to use Downsampling, as shown in the features demo (%Program Files%\Steema Software\Steema TeeChart for .NET 2015 4.1.201X.XXXXX\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe) under: All Features -> Welcome !\Functi...
by Quant
Mon Mar 30, 2015 11:53 am
Forum: .NET
Topic: Synchronizing Cursor Behaviour
Replies: 11
Views: 17506

Re: Synchronizing Cursor Behaviour

Hi,

I tried your sample code, but the result is not satisfactory. It still lags on large sample values (I checked the same on 1000 data points).
Please help us in the same asap.
by Quant
Mon Mar 30, 2015 6:06 am
Forum: .NET
Topic: Vertical Line Alignment
Replies: 3
Views: 7128

Re: Vertical Line Alignment

Please find attached sample code of vertical line alignment.
Vertical Line.zip
(20.09 KiB) Downloaded 656 times
by Quant
Mon Mar 30, 2015 5:26 am
Forum: .NET
Topic: Synchronizing Cursor Behaviour
Replies: 11
Views: 17506

Re: Synchronizing Cursor Behaviour

Hi,

We are seeing lag in the attached sample application also. I am very surprised that you didn't get any lag in our attached sample application.
It gets lagged while dragging mouse cursor.
by Quant
Fri Mar 27, 2015 12:05 pm
Forum: .NET
Topic: Vertical Line Alignment
Replies: 3
Views: 7128

Vertical Line Alignment

Hi, We are facing performance issue while aligning vertical line (i.e. Color Line Tool, AXIS=Bottom) in two charts as shown in attached image. Vertical Line 1.JPG Vertical Line 2.JPG While moving mouse, vertical line in second chart lags behind vertical line of first chart. Please help us to resolve...
by Quant
Thu Mar 26, 2015 12:27 pm
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44190

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

Hi, 1] Snap to Point Functionality should work on selected series data. It can be OHLC, Line or Volume etc. 2] I explained the same point in more details (with images), in this post. Yes sometimes we need more than two points to achieve this. 3] Currently we have not looked in your source code, but ...
by Quant
Thu Mar 26, 2015 12:07 pm
Forum: .NET
Topic: Synchronizing Cursor Behaviour
Replies: 11
Views: 17506

Re: Synchronizing Cursor Behaviour

Please find attached sample code.
WindowsFormsApplication2.zip
(19.41 KiB) Downloaded 862 times
This is not actual logic that we have used in our final product. But in this sample application also it gives us performance issue. It is very similar to your sample code.
by Quant
Thu Mar 26, 2015 10:59 am
Forum: .NET
Topic: Semi Log Scale [Axis Labeling]
Replies: 1
Views: 4526

Semi Log Scale [Axis Labeling]

Hi, We have one requirement wherein we need to show the Chart of Semi Log Scale (Logarithmic==True). The required final output should be as shown in following image: Actual Semi Log Scale.JPG TeeChart works fine with Logarithmic Scale, but it does not show axis labels as shown in above image. Follow...
by Quant
Thu Mar 26, 2015 8:35 am
Forum: .NET
Topic: Trendline with Snap to Point & Semi log Aware Trendline
Replies: 26
Views: 44190

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

Hi,
We did R&D on the mentioned requirement in this post, but we yet to get solution on this.
Please provide us with some sample code.
by Quant
Thu Mar 26, 2015 4:17 am
Forum: .NET
Topic: Synchronizing Cursor Behaviour
Replies: 11
Views: 17506

Synchronizing Cursor Behaviour

Hi,

We have a problem while synchronizing cursor tool with two charts. It gives us performance issue, as second chart's cursor coordinates lags behind first chart's cursor coordinates. We successfully synchronized both cursor tools, but we have speed issue.
by Quant
Tue Mar 24, 2015 5:42 am
Forum: .NET
Topic: Aligning Right Axes of Multiple Charts
Replies: 2
Views: 5781

Re: Aligning Right Axes of Multiple Charts

Thank you very much. It solves the problem.
by Quant
Mon Mar 23, 2015 11:43 am
Forum: .NET
Topic: Aligning Right Axes of Multiple Charts
Replies: 2
Views: 5781

Aligning Right Axes of Multiple Charts

Right Margin Issue.JPG As shown in the above image, we need to align Right Axes of Multiple Charts? We did extensive R&D on this. When the Value Labels (Right Axis Value Label) of Both Charts are same, both charts automatically aligns there Right Axes respectively; but when the value labels of both...
by Quant
Thu Mar 19, 2015 11:47 am
Forum: .NET
Topic: Fibonanci Retracement Tool
Replies: 10
Views: 16689

Fibonanci Retracement Tool

Hi All,

There is no event for FibonanciTool (other than Disposed) present in TeeChart .Net.
We need to select already drawn FibonanciTool using code. How can we achieve the same?
by Quant
Mon Mar 16, 2015 11:41 am
Forum: .NET
Topic: TeeChart ASP .Net: Adding Multiple Series to same Chart
Replies: 1
Views: 4897

TeeChart ASP .Net: Adding Multiple Series to same Chart

We are working on Web Version of TeeChart (ASP .Net). We need to add multiple series to same chart dynamically on button click. But while adding the second series it replaces the first series? Here is the sample code that we used: protected void Button1_Click(object sender, EventArgs e) { AddSeries(...