Yeah, it works fine.
Thank you very much.
Regards
Search found 21 matches
- Mon Sep 06, 2010 2:48 pm
- Forum: VCL
- Topic: Migration of teechart version
- Replies: 4
- Views: 6405
- Thu Sep 02, 2010 8:47 am
- Forum: VCL
- Topic: Migration of teechart version
- Replies: 4
- Views: 6405
Re: Migration of teechart version
Thank you for your answer about migration.
This one does not work better , I still get the same error.Yeray wrote:Could you please try this one?
http://www.steema.us/files/public/support/Tee9New.zip
- Fri Aug 27, 2010 9:59 am
- Forum: VCL
- Topic: Migration of teechart version
- Replies: 4
- Views: 6405
Migration of teechart version
I use TeeChart 7.4 FullSource in Delphi7 and Kylix3. Can I easily consider a migration of my developments with the new version of TeeChart (v2010) or should I instead consider an earlier version (like v8.07)? Thanks Regards I downloaded the new demo application but I get the following message at the...
- Thu Oct 22, 2009 3:16 pm
- Forum: VCL
- Topic: Question about Font Size, Delphi7 / Kylix3
- Replies: 1
- Views: 3673
Re: Question about Font Size, Delphi7 / Kylix3
Hi, for those who will encounter my problem one day, I post the solution I've found. In TeeConst.pas : TeeMsg_DefaultFontSize :={$IFDEF LINUX}'10'{$ELSE}'8'{$ENDIF}; When storing chart under windows, if (font.size=8), property is not stored, because := default When loading chart under Linux, defaut ...
- Thu Oct 08, 2009 9:55 am
- Forum: VCL
- Topic: Question about Font Size, Delphi7 / Kylix3
- Replies: 1
- Views: 3673
Question about Font Size, Delphi7 / Kylix3
Hi, I'm Using TeeChart 7 Pro. My client application, on windows, allow to set chart properties. Next, charts are rendered by my server application (on windows or on Linux using a X server : xvfb). When Charts are rendered on windows no matter, but when they are rendered on Linux, I encountered a pro...
- Wed Jul 22, 2009 12:09 pm
- Forum: VCL
- Topic: How to force Marks to display over series
- Replies: 2
- Views: 4548
Re: How to force Marks to display over series
Thanks for your answers.
Sorry for my bad search in previous topics.
Regards.
Sorry for my bad search in previous topics.
Regards.
- Wed Jul 22, 2009 10:15 am
- Forum: VCL
- Topic: How to force Marks to display over series
- Replies: 2
- Views: 4548
How to force Marks to display over series
Hi, I'm using teechart 7.04. My series are THorizBarSeries, with property : MultiBar := mbStacked Changing option Chart.View3D make that marks disapears behind series. Example : with view3D := true : http://echanges.wysuforms.net/steema/MarksUpper.jpeg with view3D := false : http://echanges.wysuform...
- Fri Jun 12, 2009 3:34 pm
- Forum: VCL
- Topic: Question about Donut (is it a bug ?)
- Replies: 3
- Views: 5173
Re: Question about Donut (is it a bug ?)
Hi Yeray,
It seems to work fine.
It 's there other graphic type who needs this tricks with zero values ?
Many Thanks
Regards.
It seems to work fine.
It 's there other graphic type who needs this tricks with zero values ?
Many Thanks
Regards.
- Wed Jun 10, 2009 2:47 pm
- Forum: VCL
- Topic: Question about Donut (is it a bug ?)
- Replies: 3
- Views: 5173
Question about Donut (is it a bug ?)
Hi, i'm using TeePro 7 fullsource. Have a strange behaviour when I insert null values in no-3D Donut. The center take the color of the null segment. if the null segment is the last one, all segments take color of null segment. Here you can see example : http://echanges.wysuforms.net/steema/donut1.JP...
- Fri Apr 03, 2009 9:54 am
- Forum: VCL
- Topic: Marks values with BubbleChart
- Replies: 2
- Views: 4738
- Fri Apr 03, 2009 8:40 am
- Forum: VCL
- Topic: Marks values with BubbleChart
- Replies: 2
- Views: 4738
Marks values with BubbleChart
Hi, Im using Tee7 Pro. I draw a chart containing some bubble series. To avoid that my bubble series crush, I insert them like : TBubbleSeries(tmpSerie).AddBubble(i, (Bubblemaxvalue*2)*(j+1), myRadiusValue, myName); (where bubblemaxvalue is the biggest radius value that I have) then I format my left ...
- Wed Mar 04, 2009 1:31 pm
- Forum: VCL
- Topic: Multiple Pies and Multiples Gauges ?
- Replies: 5
- Views: 7193
Hi, thanks for previous answers. I've a again a question about multiple pies. I've tried your solution it works fine but something annoys me. It's visible in your example application : http://echanges.wysuforms.net/MP.JPG It seems that the two first (top) pies are bottom aligned whereas the 2 last (...
- Mon Mar 02, 2009 5:34 pm
- Forum: VCL
- Topic: Multiple Pies and Multiples Gauges ?
- Replies: 5
- Views: 7193
Hi , many thanks for your answers. About my extra question, it concerns ChartEditor : If I have 4 series in my chart, when i use the Chart editor, i have to parameter each serie (marks or others properties. For exemple : Style : pyramid size %bardepth 80 marks arrow length 0 marks arrows distance -2...
- Mon Mar 02, 2009 3:15 pm
- Forum: VCL
- Topic: Multiple Pies and Multiples Gauges ?
- Replies: 5
- Views: 7193
Multiple Pies and Multiples Gauges ?
Hi, I'm using TC Pro FullSource 7. I've some questions about pies and gauges. * About Multiples Pies : - Is this possible to add a "title" on each pie ? Or a text area which point out the meaning of each pie. - How to specify spacing between two pies, or if they verticaly or horizontally stack ? * A...
- Thu Feb 12, 2009 1:14 pm
- Forum: VCL
- Topic: LoadChartFromStream / SaveChartToStream
- Replies: 3
- Views: 5786
THank you for your answer. I resume what I've understand: * All properties are in the stream * LoadChartFromStream don't retrieve all properties * I can overload the Load method and read properties in the stream. Additional question : if i change teechart version (mine is 7.04) can I have some progr...