Search found 7 matches
- Wed Aug 28, 2013 2:22 pm
- Forum: ActiveX
- Topic: Gradients and Background colors
- Replies: 8
- Views: 28432
Re: Gradients and Background colors
We recently upgraded to TeeChart AX 2013 from 2012. We generated a chart. We noticed the following: 1) Charts seem blurry (including borders). It must be some graphic affect. The borders on the data points might be causing the blurry effect. 2) Things have gray borders not black. This includes legen...
- Thu Aug 16, 2012 2:52 pm
- Forum: ActiveX
- Topic: Gradients and Background colors
- Replies: 8
- Views: 28432
Re: Gradients and Background colors
This is the code we used to fix the gradient/style problem when VIEWING TeeChart files after import: <script type="text/javascript"> function clearAllCharts() { var lists = document.getElementsByTagName("object"); for (var i = 0; i < lists.length; i++) { lists .ClearChart(); } } clearAllCharts(); </...
- Mon Aug 06, 2012 4:59 pm
- Forum: ActiveX
- Topic: ASP 8000ffff error on IIS7 TeeChart 2012 during Export
- Replies: 3
- Views: 10248
Re: ASP 8000ffff error on IIS7 TeeChart 2012 during Export
Yeray, thanks for looking at this issue. I have already fixed the issue in our environment, we just posted the issue in case someone else needs the workaround. Maybe I am mistaken or I wasn't clear, but our project is a web application, using Classic ASP (2.0.50727) and IIS 7.5, It seems like your c...
- Thu Aug 02, 2012 7:23 pm
- Forum: ActiveX
- Topic: Gradients and Background colors
- Replies: 8
- Views: 28432
Re: Gradients and Background colors
tChart.ClearChart() command fixed the issue. Thank you.
- Thu Aug 02, 2012 2:59 pm
- Forum: ActiveX
- Topic: ASP 8000ffff error on IIS7 TeeChart 2012 during Export
- Replies: 3
- Views: 10248
ASP 8000ffff error on IIS7 TeeChart 2012 during Export
We found an issue with TeeChart 2012 on IIS 7 when exporting charts using tChart.Export. The work around was: Use Export.asJPEG instead of Export.SaveToJPEGFile The problem manifested only after multiple calls to tChart.Export.SaveToJPEGFile, which built up to the point where further calls to this m...
- Tue Jul 17, 2012 4:17 pm
- Forum: ActiveX
- Topic: Gradients and Background colors
- Replies: 8
- Views: 28432
Re: Gradients and Background colors
Yeray, I installed the latest version of TeeChart 2012 (Build 2012.0.0.8) yesterday. It did not fix the problem. When saved as a .tee file, the chart still shows the gradient on both the back walls and the panel, eventhough the code (posted in my previous post) indicates that the gradient is being t...
- Thu Jul 12, 2012 5:08 pm
- Forum: ActiveX
- Topic: Gradients and Background colors
- Replies: 8
- Views: 28432
Gradients and Background colors
I'm upgrading from TeeChart 8 to TeeChart 2012. I use ASP to create my charts, after all of the chart properties have been set, I save the file twice - once as a .tee and once as a .jpg. This worked great with TeeChart 8. After converting to TeeChart 2012, all of my charts are showing gradients (the...