Search found 9 matches

by BNF Tech Inc.
Sun Oct 07, 2012 9:06 am
Forum: .NET
Topic: TeeChart Fasline Series Memory Leakage
Replies: 1
Views: 2898

TeeChart Fasline Series Memory Leakage

HI, We are using Teechart v4.1.2012.7132. In Our Application,on single module, we have 20 Charts,Each Chart has 2-3 FastLine Series and each Series is drawn with 600 points and we are updating series data every 1 sec. After we keep running our application till 8-10 days we arte getting out of memory...
by BNF Tech Inc.
Sat Aug 04, 2012 11:57 am
Forum: .NET
Topic: Axis Break tool with datetime in X axis
Replies: 8
Views: 8423

Re: Axis Break tool with datetime in X axis

Hi Sandra, I found strange new problem with your solution. If I use tChart1.Axes.Bottom.Labels.DateTimeFormat = "HH:mm"...all the bottom labels are disappeared from chart. To reproduce the problem ,please use below code. private void InitializeChart() { tChart1.Aspect.View3D = false; //InitializeCha...
by BNF Tech Inc.
Thu Jun 28, 2012 10:40 am
Forum: .NET
Topic: Pie chart Markstip Problem
Replies: 5
Views: 5417

Re: Pie chart Markstip Problem

Hi Sandra, Thanks for your reply :) but I do not understand .....that You can not able to reproduce this problem,so problem solved in next relaese :?: :?: what answer should I give you to my customer?? Its teechart library..which does not support it till next release ...So I am not able to give you ...
by BNF Tech Inc.
Thu Jun 28, 2012 5:55 am
Forum: .NET
Topic: Pie chart Markstip Problem
Replies: 5
Views: 5417

Re: Pie chart Markstip Problem

Hi Sandra,

I downloaded new version..still same problem :(
Please find below Information

version : 4.1.2011.10192
exe name : TeeChartNET2012_4.1.2012.05100.exe
type : X86
os : win7
IDE : Visual studio 2008

I need your help asap to solve this out.

Thanks!

Regards,
Namit Shah
by BNF Tech Inc.
Wed Jun 27, 2012 12:16 pm
Forum: .NET
Topic: Axis Break tool with datetime in X axis
Replies: 8
Views: 8423

Re: Axis Break tool with datetime in X axis

Hi Sandra,

Yes your code working fine after some modification.
Thanks for your help. :)

Regards,
Namit Shah
by BNF Tech Inc.
Mon Jun 25, 2012 10:46 am
Forum: .NET
Topic: Pie chart Markstip Problem
Replies: 5
Views: 5417

Pie chart Markstip Problem

Hi, I am creating pie chart with marks tio tool,but I found a problem. Marks tip display only first data only any where in graph. It not display correct data. Please see the attached screenshot. private void InitializeChart() { Steema.TeeChart.Styles.Pie pie = new Steema.TeeChart.Styles.Pie(); Steem...
by BNF Tech Inc.
Wed Jun 20, 2012 1:55 pm
Forum: .NET
Topic: Axis Break tool with datetime in X axis
Replies: 8
Views: 8423

Re: Axis Break tool with datetime in X axis

Hi Sandra,

I am stuck in this situation :(
I have deadline to complete it.

Can you please give me any workaround or solution of this problem as soon as possible?

Thanks!

Regards,
Namit Shah
by BNF Tech Inc.
Mon Jun 18, 2012 12:46 pm
Forum: .NET
Topic: Axis Break tool with datetime in X axis
Replies: 8
Views: 8423

Re: Axis Break tool with datetime in X axis

Hi Sandra, first of all, thanks for your reply. Basically I started my devlopement from that thread only. Your code in that thread ,working fine. I just replace candle series with line series and I take data from datatable instead of using fillsamplevalues() method. but its not working :( Can you pl...
by BNF Tech Inc.
Mon Jun 18, 2012 6:52 am
Forum: .NET
Topic: Axis Break tool with datetime in X axis
Replies: 8
Views: 8423

Axis Break tool with datetime in X axis

Hi, I am trying to use Axis break tool with steema line chart. my x axis have datetime and y axis have value. but every time I run my project tchart crashed. :( private void InitializeChart() { tChart1.Aspect.View3D = false; //InitializeChart. tChart1.Series.Clear(); DataTable dt = new DataTable(); ...