Search found 8 matches
- Fri Aug 01, 2014 10:10 am
- Forum: .NET
- Topic: MarksTips of first and last points are not displayed
- Replies: 1
- Views: 4249
MarksTips of first and last points are not displayed
Hi, When a chart doesn't use Pointers, the MarksTips of the first and the last datapoint are not displayed: ChartNoPointers.png However when Pointers are enabled, all of the MarksTips are also displayed correctly: ChartWithPointer.png Is there a way to also show all MarksTips, when the Pointers are ...
- Wed Jul 23, 2014 11:12 am
- Forum: .NET
- Topic: Red cross error chart when adding large values line
- Replies: 2
- Views: 5165
Re: Red cross error chart when adding large values line
Thank you very much for the reply, Christopher.
I will pass this on to our TeeChart responsible again, so hopefully we can soon migrate to the latest version of TeeChart.NET.
I will pass this on to our TeeChart responsible again, so hopefully we can soon migrate to the latest version of TeeChart.NET.
- Tue Jul 22, 2014 9:38 am
- Forum: .NET
- Topic: Red cross error chart when adding large values line
- Replies: 2
- Views: 5165
Red cross error chart when adding large values line
Hi, We are currently using TeeChart.NET version 4.1.2012.5103, and we have the following issue. When adding a line to our chart that contains points with values that are all the same and above 10^15, our chart shows a red cross, which I assume indicates an error. This red cross error does not appear...
- Fri Jul 18, 2014 1:33 pm
- Forum: .NET
- Topic: Non-draggable color line still visible outside of chart area
- Replies: 2
- Views: 5291
Re: Non-draggable color line still visible outside of chart area
Christopher, Thank you for your reply. We are currently using version 4.1.2012.5103 of TeeChart.NET, so the mentioned issue might be fixed in newer versions. I will discuss with our TeeChart responsible to see whether we can move to a newer version soon, and let you know if the mentioned issue still...
- Fri Jul 11, 2014 2:19 pm
- Forum: .NET
- Topic: Crash when exporting chart to PDF
- Replies: 1
- Views: 4181
Crash when exporting chart to PDF
Hi, When I export a chart to a PDF which is already open, TeeChart crashes. This is the code that I used: Steema.TeeChart.TChart tChart = new Steema.TeeChart.TChart(); Steema.TeeChart.Export.Exports exp = tChart.Export; Steema.TeeChart.Export.ImageExport imgExp = exp.Image; Steema.TeeChart.Export.PD...
- Fri Jul 04, 2014 10:45 am
- Forum: .NET
- Topic: Non-draggable color line still visible outside of chart area
- Replies: 2
- Views: 5291
Non-draggable color line still visible outside of chart area
Hi, I want to add a non-draggable vertical color line to my scrollable chart. This works, however when scrolling the chart, the color line is still visible outside of the actual chart area, which means that it could for example mess up the readability of the chart legend. I noticed that when I make ...
- Fri Jul 04, 2014 10:40 am
- Forum: .NET
- Topic: Mouse cursor changing when hovering invisible chart series
- Replies: 2
- Views: 5233
Re: Mouse cursor changing when hovering invisible chart series
Hello Christopher,
Thank you very much for adding this issue to the defects list and providing a workaround.
I will try the suggested workaround and keep you updated if anything goes wrong with it.
Best regards,
Steven
Thank you very much for adding this issue to the defects list and providing a workaround.
I will try the suggested workaround and keep you updated if anything goes wrong with it.
Best regards,
Steven
- Thu Jul 03, 2014 10:23 am
- Forum: .NET
- Topic: Mouse cursor changing when hovering invisible chart series
- Replies: 2
- Views: 5233
Mouse cursor changing when hovering invisible chart series
Dear, In our application, we want to change the mouse cursor when the user hovers over some chart series. However, when null-points are added to the series, these are not visible to the user, so we do not want to see the mouse cursor changing when hovering over invisible parts of the chart series. T...