Search found 25 matches

by Otokon
Thu Sep 29, 2011 6:57 am
Forum: ActiveX
Topic: Overlay div tag with "Teechart" object tag
Replies: 1
Views: 5071

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...
by Otokon
Tue Jul 20, 2010 3:29 pm
Forum: ActiveX
Topic: Custom values/units display in Mark's values ?
Replies: 3
Views: 6361

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...
by Otokon
Tue Jul 20, 2010 7:16 am
Forum: ActiveX
Topic: Custom values/units display in Mark's values ?
Replies: 3
Views: 6361

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 ...
by Otokon
Wed Dec 09, 2009 1:09 pm
Forum: ActiveX
Topic: How Color Each Line for a series in code
Replies: 2
Views: 4438

Re: How Color Each Line for a series in code

aha!
awesome, thanks
by Otokon
Wed Dec 09, 2009 12:59 pm
Forum: ActiveX
Topic: How Color Each Line for a series in code
Replies: 2
Views: 4438

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
by Otokon
Wed Oct 07, 2009 7:24 am
Forum: ActiveX
Topic: scLine Series Performance
Replies: 8
Views: 10442

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
by Otokon
Tue Oct 06, 2009 2:47 pm
Forum: ActiveX
Topic: scLine Series Performance
Replies: 8
Views: 10442

Re: scLine Series Performance

Hi,

That's the kind of speed I was looking for. Thanks for the help.
by Otokon
Tue Oct 06, 2009 12:15 pm
Forum: ActiveX
Topic: scLine Series Performance
Replies: 8
Views: 10442

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 ...
by Otokon
Tue Oct 06, 2009 10:10 am
Forum: ActiveX
Topic: scLine Series Performance
Replies: 8
Views: 10442

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...
by Otokon
Mon Oct 05, 2009 3:33 pm
Forum: ActiveX
Topic: scLine Series Performance
Replies: 8
Views: 10442

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...
by Otokon
Mon Oct 05, 2009 9:20 am
Forum: .NET
Topic: TeeChart Evaluation version expired
Replies: 3
Views: 4863

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
by Otokon
Mon Oct 05, 2009 7:32 am
Forum: .NET
Topic: TeeChart Evaluation version expired
Replies: 3
Views: 4863

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....
by Otokon
Wed Sep 30, 2009 1:16 pm
Forum: ActiveX
Topic: IE7 freez on Import
Replies: 1
Views: 3636

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...
by Otokon
Fri Sep 04, 2009 11:34 am
Forum: ActiveX
Topic: Panel BackImage Filters
Replies: 9
Views: 10776

Re: Panel BackImage Filters

Hi Narcís,

The problem was at my side, "TChart1.Series(0).Pen.Visible = true;" does work.

Thanks!!!!
by Otokon
Fri Sep 04, 2009 10:59 am
Forum: ActiveX
Topic: Panel BackImage Filters
Replies: 9
Views: 10776

Re: Panel BackImage Filters

Hi Narcís,

Sorry man. But it still doesn't work.