Search found 25 matches
- Thu Sep 29, 2011 6:57 am
- Forum: ActiveX
- Topic: Overlay div tag with "Teechart" object tag
- Replies: 1
- Views: 5107
Overlay div tag with "Teechart" object tag
Hi, Hi have the following issue that I hope somebody could help me in the right direction. I have a page with an embedded teechart activeX object with a sliding div menu that pops-out from the left. When the menu slides out from the left it goes under the object and I would like it to stay on top. H...
- Tue Jul 20, 2010 3:29 pm
- Forum: ActiveX
- Topic: Custom values/units display in Mark's values ?
- Replies: 3
- Views: 6397
Re: Custom values/units display in Mark's values ?
Yeray, thanks for the reply. I have got it working now, but I have one problem still: * It seems that the event does not fire when I export the chart to a .tee file : Export.asNative.SaveToFile(..) (for view in IE) thus the edits I make in the MarkText is not brought forward to the chart that is dis...
- Tue Jul 20, 2010 7:16 am
- Forum: ActiveX
- Topic: Custom values/units display in Mark's values ?
- Replies: 3
- Views: 6397
Custom values/units display in Mark's values ?
Hi, I have the following problem/want to do the following: * I have 2 bar series on a chart, one is % and one kW * I want to display a mark above each bar containing the value and the unit * The series name is the unit eg. % or kW * The eventual value in the mark must be something like 56% or 312kW ...
- Wed Dec 09, 2009 1:09 pm
- Forum: ActiveX
- Topic: How Color Each Line for a series in code
- Replies: 2
- Views: 4461
Re: How Color Each Line for a series in code
aha!
awesome, thanks
awesome, thanks
- Wed Dec 09, 2009 12:59 pm
- Forum: ActiveX
- Topic: How Color Each Line for a series in code
- Replies: 2
- Views: 4461
How Color Each Line for a series in code
good day,
I would just like to know how to se the Color Each Line option, that one can set in the chart editor, for a Series in code.
There is no option for exampl: Series(0).ColorEachLine
If I do not disable this option, all the lines in my chart are black.
Using C#.
thanks
Dawie
I would just like to know how to se the Color Each Line option, that one can set in the chart editor, for a Series in code.
There is no option for exampl: Series(0).ColorEachLine
If I do not disable this option, all the lines in my chart are black.
Using C#.
thanks
Dawie
- Wed Oct 07, 2009 7:24 am
- Forum: ActiveX
- Topic: scLine Series Performance
- Replies: 8
- Views: 10480
Re: scLine Series Performance
Hi,
Sorry, I need help regarding the AddArray method. I used to add nulls with the AddNullXY method, how do I go about adding a Null in a double array when using the AddArray method?
Yours Truly
Sorry, I need help regarding the AddArray method. I used to add nulls with the AddNullXY method, how do I go about adding a Null in a double array when using the AddArray method?
Yours Truly
- Tue Oct 06, 2009 2:47 pm
- Forum: ActiveX
- Topic: scLine Series Performance
- Replies: 8
- Views: 10480
Re: scLine Series Performance
Hi,
That's the kind of speed I was looking for. Thanks for the help.
That's the kind of speed I was looking for. Thanks for the help.
- Tue Oct 06, 2009 12:15 pm
- Forum: ActiveX
- Topic: scLine Series Performance
- Replies: 8
- Views: 10480
Re: scLine Series Performance
Hi, I have tested it all the ways you recommended, but with no luck. Here is the way I'm doing it at the moment. Please note that the start and end time for the processing is only where I add the data to the series and not the page load time. Create a "Temp" directory in the web application project ...
- Tue Oct 06, 2009 10:10 am
- Forum: ActiveX
- Topic: scLine Series Performance
- Replies: 8
- Views: 10480
Re: scLine Series Performance
HI Yeray, Thanks for your help. This is such simple code I don't understand what the problem could be, and I have tested it on a Intel Pentuim 3GHz, 3Gb Ram. I actually downloaded the .Net version, and the performance is excellent. But I really like to know what the issue is with the activeX at my s...
- Mon Oct 05, 2009 3:33 pm
- Forum: ActiveX
- Topic: scLine Series Performance
- Replies: 8
- Views: 10480
scLine Series Performance
Hi, I'm adding 3 line series to my chart and adding 1440 xy values per series. It take 3 seconds for each series to complete. In total it take about 9 second for the whole chart. Is this normal...? Here is my code... TeeChart.TChart MyChart = new TeeChart.TChart(); MyChart.AddSeries(TeeChart.ESeries...
- Mon Oct 05, 2009 9:20 am
- Forum: .NET
- Topic: TeeChart Evaluation version expired
- Replies: 3
- Views: 4904
Re: TeeChart Evaluation version expired
Hi Narcís,
I was unable to receive your attachment. The email server removed it I suppose. Could you maybe send me a link where I could download it..?
Regards
I was unable to receive your attachment. The email server removed it I suppose. Could you maybe send me a link where I could download it..?
Regards
- Mon Oct 05, 2009 7:32 am
- Forum: .NET
- Topic: TeeChart Evaluation version expired
- Replies: 3
- Views: 4904
TeeChart Evaluation version expired
Hi, I'm trying to reinstall a evaluation copy of TeeChart .Net. My previous installation has already expired and I like to reassess this component for possible use. Even after reinstalling this evaluation version, I'm unable to use it. How could I possibly start over with a fresh evaluation version....
- Wed Sep 30, 2009 1:16 pm
- Forum: ActiveX
- Topic: IE7 freez on Import
- Replies: 1
- Views: 3659
IE7 freez on Import
Hi, I have the following issue if somebody could please assist me. I have a button on my web form in asp.net that generates a chart that is exported as a tee file to a specific directory on the server side. After the tee file is generated and the load event of the page executes at client side I Impo...
- Fri Sep 04, 2009 11:34 am
- Forum: ActiveX
- Topic: Panel BackImage Filters
- Replies: 9
- Views: 10804
Re: Panel BackImage Filters
Hi Narcís,
The problem was at my side, "TChart1.Series(0).Pen.Visible = true;" does work.
Thanks!!!!
The problem was at my side, "TChart1.Series(0).Pen.Visible = true;" does work.
Thanks!!!!
- Fri Sep 04, 2009 10:59 am
- Forum: ActiveX
- Topic: Panel BackImage Filters
- Replies: 9
- Views: 10804
Re: Panel BackImage Filters
Hi Narcís,
Sorry man. But it still doesn't work.
Sorry man. But it still doesn't work.