Hi,
I have just installed Steema 2013. No problem with installation so far.
Recompiling an existing program shows the charts with a different graphic. So at first I notice that the frame looks different, there is a white frame inside, see
A previously taken snapshot shows curves like
but now it looks like
So the picture looks pretty soft, the line width seems to be wider but is still the same 1 pixel. The axis scale is different too.
How to get back to the old display ith a much better contrast ? Which parameters are responsible for new display?
Best regards
Uli
Chart display with 2013 version
Re: Chart display with 2013 version
Hello ulibru,
unit uses:
Line code
I hope will helps.
Thanks,
If you want back to the old display you only need disable the GDi+ as do in next line of code:How to get back to the old display ith a much better contrast ?
unit uses:
Code: Select all
TeCanvas
Code: Select all
Chart1.Canvas:=TTeeCanvas3D.Create;
TeeChart moved the default Canvas from GDI to GDI+ in this version to improve its aspect.Which parameters are responsible for new display?
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Chart display with 2013 version
Hello Sandra,
thanks for your answer.
By playing with the charts and the component TTeeGDIPlus I have found that placing it on the form and connecting the chart removed the antialiasing. And the chart stays even correct (from my side of view) when the component is removed again.
I have investigated what happens. So the GDIPlus component has changed the default line
But honestly speaking: it would be better to simply have access in the chart editor. How many users do you like to surprise?
Cheers, Uli
thanks for your answer.
By playing with the charts and the component TTeeGDIPlus I have found that placing it on the form and connecting the chart removed the antialiasing. And the chart stays even correct (from my side of view) when the component is removed again.
I have investigated what happens. So the GDIPlus component has changed the default line
in the dfm file toDefaultCanvas = 'TGDIPlusCanvas'
So even no line of code is required.DefaultCanvas = 'TTeeCanvas3D'
But honestly speaking: it would be better to simply have access in the chart editor. How many users do you like to surprise?
Cheers, Uli
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Chart display with 2013 version
This is already possible at Chart editor -> Chart -> 3D -> Render.ulibru wrote: But honestly speaking: it would be better to simply have access in the chart editor. How many users do you like to surprise?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Chart display with 2013 version
Thanks, Narcís.
I haven't found it before.
Uli
I haven't found it before.
Uli