Search found 10 matches
- Wed May 06, 2020 6:53 am
- Forum: VCL
- Topic: Text Offset in Chart
- Replies: 3
- Views: 10478
Re: Text Offset in Chart
Hi and thanks for your reply, I have managed to use the export as BMP option to a memory stream and loaded the image into my PDF from the memory stream and everything is ok and in the right place, it looks to only be a problem with export to metadata. so no need for any follow up for me thanks. Rega...
- Tue May 05, 2020 8:21 pm
- Forum: VCL
- Topic: Text Offset in Chart
- Replies: 3
- Views: 10478
Text Offset in Chart
Hi,
Has anyone else had the problem with ALL the text on the chart being offset?
I have attached an image to show the problem as it is exported to a metafile, this is where the problem lies, exporting as a bmp file works ok
Regards
Has anyone else had the problem with ALL the text on the chart being offset?
I have attached an image to show the problem as it is exported to a metafile, this is where the problem lies, exporting as a bmp file works ok
Regards
- Thu Jan 30, 2020 2:46 pm
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi,
Got it working !!!!!!
Not too sure why yet, but made some changes to the Uses and FMX stuff and it now works
Many thanks you for all your time with this problem.
I hope not to come back to you
Nigel
(Cyprus)
Got it working !!!!!!
Not too sure why yet, but made some changes to the Uses and FMX stuff and it now works
Many thanks you for all your time with this problem.
I hope not to come back to you
Nigel
(Cyprus)
- Thu Jan 30, 2020 2:20 pm
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi Marc,
I have just run a VCL only project and the button click works for the win32 forms, I can set gradients etc okay.
Run a FMX project with the same calls and the same problem exists:-(
Not sure where to go from here
Nigel (Cyprus)
I have just run a VCL only project and the button click works for the win32 forms, I can set gradients etc okay.
Run a FMX project with the same calls and the same problem exists:-(
Not sure where to go from here
Nigel (Cyprus)
- Thu Jan 30, 2020 12:57 pm
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi Marc, Still no luck :-( This acts just the same as before. This is the exact code from my project now, there are no errors but also no changes to the chart when I click the button. Any other thoughts? unit Unit8; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System...
- Thu Jan 30, 2020 11:00 am
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi Marc,
I have fixed the discarded error and still the same.
I have uploaded the zipped version on the exe and a file called "code.txt" that is all the code from the test project
I hope this helps as I am confused
Best Regards
Nigel (Cyprus)
I have fixed the discarded error and still the same.
I have uploaded the zipped version on the exe and a file called "code.txt" that is all the code from the test project
I hope this helps as I am confused
Best Regards
Nigel (Cyprus)
- Thu Jan 30, 2020 10:26 am
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi Marc, Yes any code i use does not work at runtime, I can set the gradient / backcolor etc at design time but no code that I try will work at run time. Today I have installed....... Windows on a clean machine (v8.1) Rio 10.3.2 TeeChart Standard Still no luck. It appears that any calls I make to se...
- Wed Jan 29, 2020 11:13 am
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi again, Been through the installation of TeeChart 5 times after fully removing all old files. Reinstalled XE10.3.2 The design time window works fine to set gradients and borders and fastline pen width etc. The run time setting of these options in code does not work at all :( Any ideas out there? T...
- Wed Jan 29, 2020 7:20 am
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Re: Gradients not showing if endcolor is set
Hi Marc, Many thanks for your time with this problem and its good to know that my code works on another system. As it appears to be a problem with my installation (Either XE 10.3.2 or TeeChart Pro) could you point me in the direction of the files that would affect the endcolor and the boarder / Seri...
- Tue Jan 28, 2020 1:14 pm
- Forum: VCL
- Topic: Gradients not showing if endcolor is set
- Replies: 13
- Views: 27909
Gradients not showing if endcolor is set
I have a small problem with gradients not showing if the endcolor is set Please see the sample code below MyChart.View3D := True; MyChart.Gradient.Direction := gdDiagonaldown; MyChart.Gradient.StartColor := ClGreen; MyChart.Gradient.EndColor := ClBlue; MyChart.Gradient.Visible := True; MyChart.Walls...