Hi Narcis,
Thanks for the suggestion. However I have another issue, does this work if the curve is along the y axis ? I tried the highlow and it only seems to work for a curve along the x-axis.
The code does not seem to work if the value axis is the x-axis ? Can you please let me know ?
Thanks
Search found 16 matches
- Tue Oct 22, 2013 10:51 pm
- Forum: .NET
- Topic: Filling a line series with color
- Replies: 5
- Views: 10024
- Fri Oct 18, 2013 3:58 pm
- Forum: .NET
- Topic: Filling a line series with color
- Replies: 5
- Views: 10024
Re: Filling a line series with color
Hi Narcis, This is a teechart.net question. We have multiple licenses for both activex and .NET Just tried what you sent and instead of TChart1.Series(0).PointColor(i) = vbRed I am using Tchart1.Series[0].Colors =color.blue; This does not work as I want to fill in the curve, not change the line colo...
- Thu Oct 17, 2013 8:59 pm
- Forum: .NET
- Topic: Filling a line series with color
- Replies: 5
- Views: 10024
Filling a line series with color
Hi, I have a question about filling a line series with color. I would like to fill a line series in one direction with color. An example would be I have a line series "Test" with about 10 points, I take the avg of the 10 points and draw another line using the avg value. Now i want all the values lyi...
- Fri Jun 21, 2013 3:46 pm
- Forum: ActiveX
- Topic: Issues Migrating from Activex 7 to Activex 2012
- Replies: 1
- Views: 6431
Issues Migrating from Activex 7 to Activex 2012
We have upgraded from ActiveX 2007 to ActiveX2012, While migrating we encountered a few issues which are as follows. I am attaching a jpg with the issues.
- Mon Jun 10, 2013 2:57 am
- Forum: ActiveX
- Topic: TeeChart Pro ActiveX v2013 release Build 2013.0.1.0
- Replies: 6
- Views: 14314
Re: TeeChart Pro ActiveX v2013 release Build 2013.0.1.0
Thanks for your reply Narcís. With regard to our application, below are some details.... Our applications use MFC GUIs for data visualization. Normally we use ActiveX version with them. For 64bit versions, we were forced to use .Net version. The issues we have with .Net usage within MFC are: 1. More...
- Thu Jun 06, 2013 3:41 pm
- Forum: ActiveX
- Topic: TeeChart Pro ActiveX v2013 release Build 2013.0.1.0
- Replies: 6
- Views: 14314
Re: TeeChart Pro ActiveX v2013 release Build 2013.0.1.0
Thanks Narcís. We already have a existing code base of un-managed vc++ and due to lack of 64 bit Activex version at that time we were forced to use the .NET version using a wrapper. Now that you have a 64 bit version we were thinking about going with Activex. So what time frame are we talking about ...
- Wed Jun 05, 2013 5:19 pm
- Forum: ActiveX
- Topic: TeeChart Pro ActiveX v2013 release Build 2013.0.1.0
- Replies: 6
- Views: 14314
Re: TeeChart Pro ActiveX v2013 release Build 2013.0.1.0
Hello, We are currently using both Activex 2012 version and the latest .NET version in our software. We are very happy with the versions and the features provided. We had a question about the road map for Activex, a) Is the feature set always going to be on par with the .NET version ? b) Is there so...
- Mon Jan 09, 2012 4:19 pm
- Forum: ActiveX
- Topic: Getting version info
- Replies: 3
- Views: 7872
Re: Getting version info
Hi,
I don't see any such method. I am using vc++ and please note I am using activex V7.
-Thanks
I don't see any such method. I am using vc++ and please note I am using activex V7.
-Thanks
- Sat Jan 07, 2012 12:04 am
- Forum: ActiveX
- Topic: Getting version info
- Replies: 3
- Views: 7872
Getting version info
Hi,
I am using teechart activex v7, how do I get the version of the teechart from my code ? I am looking at the teechart object and I don't find any methods. I want a method which returns the version of teechart.
Thanks,
I am using teechart activex v7, how do I get the version of the teechart from my code ? I am looking at the teechart object and I don't find any methods. I want a method which returns the version of teechart.
Thanks,
- Fri Dec 09, 2011 9:50 pm
- Forum: ActiveX
- Topic: Series Export as Excel
- Replies: 3
- Views: 8094
Re: Series Export as Excel
Hi sandra, thanks for the reply it did solve one of my problems with the header. The other one unfortunately remains, the issue with date being exported as a number, and it appears that there is no solution for this other than going to each document and modifying the column type to date. Opening of ...
- Wed Dec 07, 2011 10:47 pm
- Forum: ActiveX
- Topic: Series Export as Excel
- Replies: 3
- Views: 8094
Series Export as Excel
Hi, We are using the latest version of Teechart, the 2011 version. When trying to export all the series data to a Excel document, I see that the series names are not exported. Just a generic X and Y are exported instead in the header. Whereas If I do a same export to a text format then I get the ser...
- Fri Dec 02, 2011 5:00 pm
- Forum: ActiveX
- Topic: Activex license installation
- Replies: 1
- Views: 5436
Activex license installation
Hi, This is question about license, Can I install the license on 2 machines ? I have both a laptop and desktop at work so I wanted to know if I can install the same license on both machines ? This seems to be possible with most software including visual studio, was wondering if it is possible here ?...
- Wed Sep 21, 2011 3:19 pm
- Forum: ActiveX
- Topic: Drawing canvas backimage
- Replies: 7
- Views: 12869
Re: Drawing canvas backimage
Thanks narcis, So for my purposes I would have to stick with the chartimage tool. The question I have is, what kind of image manipulation does it take to make a image fit well, if the series is a point series. Also can I get the resolution from Teechart ? I am guessing if I can get the resolution/wi...
- Tue Sep 20, 2011 5:04 pm
- Forum: ActiveX
- Topic: Drawing canvas backimage
- Replies: 7
- Views: 12869
Re: Drawing canvas backimage
Hi Narcis.
Thanks for your help in this issue. I have a couple of questions
a)When I use the canvas to draw a image, I cannot zoom it ? like the behavior of the chartimage tool ?
b) Also the image drawn using the canvas is drawn over the series, Can I make to draw below the series ?
Thanks,
Thanks for your help in this issue. I have a couple of questions
a)When I use the canvas to draw a image, I cannot zoom it ? like the behavior of the chartimage tool ?
b) Also the image drawn using the canvas is drawn over the series, Can I make to draw below the series ?
Thanks,
- Mon Sep 19, 2011 9:05 pm
- Forum: ActiveX
- Topic: Drawing canvas backimage
- Replies: 7
- Views: 12869
Re: Drawing canvas backimage
m_Chart1.GetCanvas().GetBrush().AssignImage(ImageHandle);
The assign image method above takes a long (ImageHandle) as a parameter, is this only meant for images in the resource file ? I want to load image from a file. Do you have an example ?
Thanks,
The assign image method above takes a long (ImageHandle) as a parameter, is this only meant for images in the resource file ? I want to load image from a file. Do you have an example ?
Thanks,