Search found 19 matches

by AHIS
Thu May 08, 2008 11:50 am
Forum: VCL
Topic: TeeChart 8 - Legend symbols & labels not matching up
Replies: 16
Views: 28607

Hi Harry, TV52012533 hasn't been fixed yet so there's no v7 nor v8 release with the fix. However, it's most unlikely that, when it's fixed, it will be included in v7. So is there any timeplan on this issue? I think it should be a bug of high priority because this way the TChart displays wrong data ...
by AHIS
Thu May 08, 2008 8:25 am
Forum: VCL
Topic: TeeChart 8 - Legend symbols & labels not matching up
Replies: 16
Views: 28607

bug fixed?

Hi Drew, Thanks for the example project. I've been able to reproduce the issue here and this happens when legend's position is set to top or bottom. I've added this defect (TV52012533) to our bug list to be fixed for future releases. Hi Narcis. I came over the same problem with TeeChart Pro v7.0.1....
by AHIS
Mon Apr 02, 2007 11:16 am
Forum: ActiveX
Topic: Addxy Label is messing up the gridlines
Replies: 7
Views: 10977

Hi Narcís!

Thanks alot for the quick help, setting it to 2 worked for me as well!

Have a nice day still!

Greetings from Austria,
Steve
by AHIS
Mon Apr 02, 2007 10:04 am
Forum: ActiveX
Topic: Addxy Label is messing up the gridlines
Replies: 7
Views: 10977

Hi Narcís!

I tried adding the following line to my example now:

Code: Select all

chTChartFieberkurve:TChart:Axis:Custom(0):Labels:Style = 0.

but the problem still occurs.

Could you reconstruct my problem and did this solve it for you?

Best Regards,
Steve
by AHIS
Mon Apr 02, 2007 7:27 am
Forum: ActiveX
Topic: Addxy Label is messing up the gridlines
Replies: 7
Views: 10977

Hi Narcís! The Teechart Version we use is Pro 7.0.1.3 so that should be correct then.. I sent a zip file containing a basic progress Teechart demo file as well as 2 screens showing the error, the file is commented so you should be able to see where the problem is. I hope you can figure out why as we...
by AHIS
Fri Mar 30, 2007 9:01 am
Forum: ActiveX
Topic: Addxy Label is messing up the gridlines
Replies: 7
Views: 10977

Addxy Label is messing up the gridlines

Hello support staff! Our teechart is filled using the addxy command, using a custom axis for each series (basically one custom axis horizontal which is assigned to each series). We have the following problem at the moment: When we use the addxy command with no label , using a "" as 3rd parameter, ev...
by AHIS
Thu Jul 20, 2006 2:57 pm
Forum: ActiveX
Topic: legend checkboxes not clickable - bug?
Replies: 1
Views: 8403

legend checkboxes not clickable - bug?

Hi. I have a very strange behaviour with the checkboxes of the legend. I have a legend which is positioned at the top of the TChart. And if I click on a checkbox the according series disapperies correctly. BUT as soon as I set Axis.Bottom.Labels.Visible = FALSE the checkboxes dont react anymore! Thi...
by AHIS
Tue Jul 18, 2006 6:08 am
Forum: ActiveX
Topic: draw GridLines without Labels
Replies: 1
Views: 4192

draw GridLines without Labels

According to the help file "The Labels Visible property shows or hide Axis Labels. Set it to False to draw the Axis Ticks and / or Grid lines only." But if I do so both the Labels AND Grid lines disappear! GridPen.Visible is set to true. What do I do wrong? I just want to have vertical Grid lines bu...
by AHIS
Wed Jun 21, 2006 8:35 am
Forum: ActiveX
Topic: could not self-register OCX
Replies: 3
Views: 6130

Yes, I installed 7.0.0.8 in the same directory. But I cant register the new teechart7.ocx I already tried to uninstall/unregister the whole TChart/OCX and reinstall it - but it doesnt work anymore no matter which version I try. With regsvr32 I always get 'DllRegisterServer in teechart7.ocx failed. R...
by AHIS
Wed Jun 21, 2006 8:05 am
Forum: ActiveX
Topic: could not self-register OCX
Replies: 3
Views: 6130

could not self-register OCX

Hi. Just wanted to upgrade from 7.0.0.6 to 7.0.0.8. Install went fine, but the teechart7.ocx is not registered! The install.log just says 'Could not self-register teechart7.ocx'. If I try to manually register it I get the error code 0x80004005. I already tried to reinstall the previous version with ...
by AHIS
Thu May 04, 2006 9:33 am
Forum: ActiveX
Topic: AddGanttColor - changing color
Replies: 1
Views: 4194

AddGanttColor - changing color

Hi.

I create some Gantt-Bars using AddGanttColor with different colors which works perfect. But how can I change the color of one of the bars afterwards? Because if I use TChart:Series(0):asGantt:Pointer:Brush:COLOR it applies to all bars in the series...

thanks,

Harry
by AHIS
Wed May 03, 2006 12:01 pm
Forum: VCL
Topic: Bug (or missing feature....) in Gantt chart series
Replies: 7
Views: 11292

SOLUTION

By chance 2 months after my last post I found the solution to my problem myself: TChart automatically sorts points in ascending order. So if I enter a new Point between existing Points all indices are changed due to this fact. What I didnt knew was that this is a feature and not a bug and you can ac...
by AHIS
Thu Apr 13, 2006 8:29 am
Forum: ActiveX
Topic: Axis.PositionUnits constants
Replies: 5
Views: 7917

Hi Narcis. Now I have managed to position my axis correctly with Start/EndPosition. But there is the following problem: For example I draw the axis from 25% to 75% with Minimum 0 and Maximum 100. The series itself is from type 'asLine'. If I add a point using AddXY with Y larger than Maximum the lin...
by AHIS
Mon Apr 03, 2006 11:05 am
Forum: ActiveX
Topic: Axis.PositionUnits constants
Replies: 5
Views: 7917

I dont think I can send you any example that runs 'as-is' because I have the TChart-OCX integrated in a Progress Programming Environment... But I set the following things: chTChartRowManager.TChart.AddSeries(0). chTChartRowManager.TChart.Series(0).asLine.Pointer.VISIBLE = TRUE. chTChartRowManager.TC...
by AHIS
Mon Apr 03, 2006 9:56 am
Forum: ActiveX
Topic: Axis.PositionUnits constants
Replies: 5
Views: 7917

Axis.PositionUnits constants

Hi. I need to set the StartPosition and EndPosition of a CustomAxis in Pixels. By default it is in percent. The documentation only lists the EPositionUnits with the constants puPercent and puPixels. But I CANT use the Enum constants because it isnt supported in my development environment. So I would...