Search found 16 matches
- Mon Aug 30, 2010 12:27 pm
- Forum: .NET
- Topic: Discontinue lines in TChart
- Replies: 5
- Views: 7515
Re: Discontinue lines in TChart
Hi Yeray, in the thread you mentioned in your second reply it is proposed to export the data manually not with the TChart export functionality. This is in my opinion a workaround and not a real solution. So, do you agree that it is some missing functionality in TChart to export discontinued lines? M...
- Fri Aug 27, 2010 8:14 am
- Forum: .NET
- Topic: Discontinue lines in TChart
- Replies: 5
- Views: 7515
Re: Discontinue lines in TChart
Hi Yeray, we try to export the numbers in different text formats. I think the first thread you mentioned does not help for this case, since its issue is a transparent chart background. The second thread you mentioned exactly describes the solution we use here to interrupt lines in charts. But as we ...
- Wed Aug 25, 2010 9:53 am
- Forum: .NET
- Topic: Discontinue lines in TChart
- Replies: 5
- Views: 7515
Discontinue lines in TChart
Hallo, we have the following problem: To interrupt lines (class Series) in a TChart we use an implementation to add transparent points between points which should not be connected. This works quite well for the chart in the UI. But if we export the data from the chart we see these transparent points...
- Thu Apr 29, 2010 2:50 pm
- Forum: .NET
- Topic: High Low series: bar of first element not displayed
- Replies: 1
- Views: 3730
High Low series: bar of first element not displayed
Hallo,
probably I found a TChart bug referring to HighLow series. For the first high low value the bar is not displayed.
We use version 4.0.2009.42283. In the former version we used (v2) this worked.
Am I correct?
Kind regards
Jens Saatkamp
probably I found a TChart bug referring to HighLow series. For the first high low value the bar is not displayed.
We use version 4.0.2009.42283. In the former version we used (v2) this worked.
Am I correct?
Kind regards
Jens Saatkamp
- Mon Apr 19, 2010 9:03 am
- Forum: .NET
- Topic: TChart export: TIFF copy does not work
- Replies: 1
- Views: 3857
TChart export: TIFF copy does not work
Hallo,
we use TChart Version 2009: 4.0.2009.42283 for .Net.
In the TChart export dialog the copy functionality for TIFF data format does not work. Is this a general TChart bug or just a problem on our side?
The save functionality is OK.
Kind Regards
Jens Saatkamp
we use TChart Version 2009: 4.0.2009.42283 for .Net.
In the TChart export dialog the copy functionality for TIFF data format does not work. Is this a general TChart bug or just a problem on our side?
The save functionality is OK.
Kind Regards
Jens Saatkamp
- Wed May 06, 2009 8:16 am
- Forum: .NET
- Topic: TrendFunction: YValues set to XValues
- Replies: 8
- Views: 12969
Trend Function Bug
Hi Christopher, thank you very much for your reply. For our task decimal values would solve the problem. Our values probably won't be larger than 10+22. So I request if you can fix the bug by implementing the class with decimal variables. A solution by the mid of the year would be no problem. For us...
- Tue Apr 21, 2009 2:10 pm
- Forum: .NET
- Topic: TrendFunction: YValues set to XValues
- Replies: 8
- Views: 12969
Version
Sorry, I forgot: We have here Version 2.0.2652.22325.
But the problem also occured with the latest evaluation version.
But the problem also occured with the latest evaluation version.
- Tue Apr 21, 2009 2:07 pm
- Forum: .NET
- Topic: TrendFunction: YValues set to XValues
- Replies: 8
- Views: 12969
Hi Narcís, with the following code I can reproduce: public Form1() { InitializeComponent(); InitializeChart(); } private void InitializeChart() { Steema.TeeChart.Styles.Line lineTemp = new Steema.TeeChart.Styles.Line( tChart1.Chart ); lineTemp.Add( 924266611, 1.1 ); lineTemp.Add( 924266612, 1.2 ); l...
- Tue Apr 21, 2009 11:34 am
- Forum: .NET
- Topic: TrendFunction: YValues set to XValues
- Replies: 8
- Views: 12969
TrendFunction: YValues set to XValues
Hello, I have code as follows: Line line = new Line(); line.DataSource = lineTemp; TrendFunction trend = new TrendFunction(); trend.PeriodAlign = PeriodAligns.Center; trend.PeriodStyle = PeriodStyles.NumPoints; trend.Period = line.Count; line.Function = trend; Sometimes, especially if the number of ...
- Thu Apr 02, 2009 2:12 pm
- Forum: .NET
- Topic: Overlapping Bar and Line in 3-D
- Replies: 7
- Views: 9407
- Wed Jun 11, 2008 1:50 pm
- Forum: .NET
- Topic: Overlapping Bar and Line in 3-D
- Replies: 7
- Views: 9407
- Wed Jun 11, 2008 1:35 pm
- Forum: .NET
- Topic: Overlapping Bar and Line in 3-D
- Replies: 7
- Views: 9407
- Tue Jun 10, 2008 3:00 pm
- Forum: .NET
- Topic: Overlapping Bar and Line in 3-D
- Replies: 7
- Views: 9407
- Tue Jun 10, 2008 2:52 pm
- Forum: .NET
- Topic: Overlapping Bar and Line in 3-D
- Replies: 7
- Views: 9407
Overlapping Bar and Line in 3-D
Hello,
I'm using TeeChart version 2.0.2652.22325
The display of a 3-D Bar and Line that have the same Z-order seems to be incorrect when they should overlap.
I will try to post a message to the attachment usegroup showing the behaviour.
Best regards,
Michael
I'm using TeeChart version 2.0.2652.22325
The display of a 3-D Bar and Line that have the same Z-order seems to be incorrect when they should overlap.
I will try to post a message to the attachment usegroup showing the behaviour.
Best regards,
Michael
- Wed Sep 26, 2007 12:29 pm
- Forum: .NET
- Topic: Licensing fails during first run of application
- Replies: 4
- Views: 8563
Hello Marc, yes, the stack trace is the same as you provided. The TeeChart is not displayed as a Control on a Form, I just use the TeeChart.Export.Image.PNG property to get an image file. Both the client and the server run on the same machine. Yes, a restart of the service after a failure "repairs" ...