Search found 30 matches

by landa
Thu Sep 30, 2010 4:13 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Thank you Yeray. I downloaded the 2010 Active X tchart and that did seem to fix all of the issues.
Thanks again,
Landa
by landa
Wed Sep 29, 2010 4:31 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Hi Narcis, I wasn't able to get his javascript example working right on my machine. I'm using cgi script with a unix server but the output is in javascript. I'm not having the chart refresh at all.. Wondering if that is the problem. Is there going to be a release soon with the fixes to the two bugs ...
by landa
Wed Sep 15, 2010 3:04 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Thanks Yeray... I"m still having problems with this issue. Everytime it sets the nulls all of the bars disappear. In your javascript it looks like you are loading the URL. I don't believe I can do that in my code. If we can not load the URL for the chart, how do we refresh all of the data? And it ju...
by landa
Wed Sep 08, 2010 8:31 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Hi Yeray, Can you show me the same code in JavaScript... I'm not sure what I'm doing wrong but when I load the first page. The admin bar shows up and then disappears once the SetNulls function is called. The admin bar has a value of five. So it should be there in the chart. And when I go to the next...
by landa
Tue Sep 07, 2010 4:07 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Hi Yeray, Thanks again for your prompt response. I think I'm getting a lot closer with the workaround. The OnPageChange event helped a lot. But something else must be wrong with my code because when I put MaxPointsPerPage to three and hit the next page everything looks good. But then go back to the ...
by landa
Thu Sep 02, 2010 3:24 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Hi Yeray, I tried the setting the Left Min and Max to your suggestion of (0, 47.3)... But that didn't seem to work. The bar with a value of 1 showed up but the next bar that had a value of 12 did not show up on the chart. I'll attach the jpeg of the chart. And I tried the code that you suggested on ...
by landa
Tue Aug 31, 2010 3:05 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

I also wanted to add this.... I set the bottom axis to automatic:
chartname.Axis.Bottom.Automatic = true;

And I set the MaxPointsPerPage to 4 and only 3 bars out of four show up.
I'm attaching the jpeg of the chart.

Thanks,
Landa
by landa
Tue Aug 31, 2010 2:28 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

Re: MaxPointsPerPage not working...

Hi Yeray, Thanks for your prompt reply. I added the code that you suggested below. And I noticed with the bar chart on the second page it seems to put all of the bars from the first page ontop of each other. Instead of just showing the last bar. There were four bars total. And I set the MaxPointsPer...
by landa
Mon Aug 30, 2010 7:40 pm
Forum: ActiveX
Topic: MaxPointsPerPage not working...
Replies: 15
Views: 19036

MaxPointsPerPage not working...

Hello, When using MaxPointsPerPage and setting it to three. Three bars show on the first page and part of the 4th bar. Is there a way to fix it so that only the maximum number of bars per page shows up? I'm using version 8.08 of the ActiveX T-Chart. My code is below and I'm attaching the jpeg of the...
by landa
Thu Apr 29, 2010 6:14 pm
Forum: ActiveX
Topic: Show Page Number
Replies: 1
Views: 3726

Show Page Number

Hi there,

How do I show the page number programmatically for the tchart?
I saw something about adding a tool. Do I have to add a tool?
Can somebody please post some sample code?

Thanks a lot,
Landa
by landa
Wed Jun 17, 2009 5:48 pm
Forum: ActiveX
Topic: Drilldown Pie Chart
Replies: 6
Views: 8512

Re: Drilldown Pie Chart

Hi Yeray, Thanks for your prompt reply... I'm still having some trouble.. Seems to be getting a little closer though! First of all the Chart1.Environment.InternalRepaint did not seem to work but I did get the Chart1.Repaint to work and that fixed the positioning of the marks. Now I can't seem to get...
by landa
Tue Jun 16, 2009 9:57 pm
Forum: ActiveX
Topic: Drilldown Pie Chart
Replies: 6
Views: 8512

Re: Drilldown Pie Chart

Hi Yeray, I've gotten a little bit further since my last post, but I'm still having some trouble. The problem is that the links are displayed ontop of each other at the left top part of the chart. And the marks are rectangles that are placed alongside the chart. For some odd reason the links don't s...
by landa
Tue Jun 16, 2009 6:34 pm
Forum: ActiveX
Topic: Drilldown Pie Chart
Replies: 6
Views: 8512

Re: Drilldown Pie Chart

Hi Yeray, I'm having some trouble with the code that you sent me. Below is what I have: function tchartFundsRiskGraph_OnAfterDraw() { tchartFundsRiskGraph.Tools.Items(0).asLink.Left = tchartFundsRiskGraph.Series(0).Marks.Positions.Position(0).LeftTop.X; tchartFundsRiskGraph.Tools.Items(0).asLink.Top...
by landa
Fri Jun 12, 2009 4:35 pm
Forum: ActiveX
Topic: Drilldown Pie Chart
Replies: 6
Views: 8512

Drilldown Pie Chart

Hi there, I'm trying to create a drilldown chart and I'm completely confused on how exactly to do it. I want the drilldown web page to be connected to slices of the pie in the pie chart. How do I link the html page to the pie slices? I was told of an example in VCL but that doesn't seem to help me. ...
by landa
Wed Jun 10, 2009 3:56 pm
Forum: ActiveX
Topic: Pie Chart with Legend Values
Replies: 2
Views: 4445

That worked! Thanks a lot.