Search found 8963 matches
- Wed Nov 18, 2020 3:02 pm
- Forum: VCL
- Topic: TPieseries gradient
- Replies: 3
- Views: 1185
Re: TPieseries gradient
Hello, I see the Gradient isn't being drawn. The question is, how would you expect it to be? - A gradient set of colors for each slice. - A general gradient for all the pie using the color of the slice as start/end color for the gradient. - Use the slice color for both start and end colors in the gr...
- Tue Nov 17, 2020 1:45 pm
- Forum: VCL
- Topic: TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
- Replies: 6
- Views: 3020
Re: TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
I'm glad to hear it works fine now.
Don't hesitate to open a new thread if you find any problem with it.
Don't hesitate to open a new thread if you find any problem with it.
- Mon Nov 16, 2020 7:31 am
- Forum: VCL
- Topic: TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
- Replies: 6
- Views: 3020
Re: TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
Hello,
Could you please try to remove the installation folder (in your case "E:\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2020.31") and reinstall TeeChart again?
Could you please try to remove the installation folder (in your case "E:\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2020.31") and reinstall TeeChart again?
- Fri Nov 13, 2020 11:15 am
- Forum: FMX
- Topic: TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
- Replies: 0
- Views: 2331
TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2020.31.201112 release with full RAD Studio 10.4 (RX/DX/CX) support. The new update includes TeeChart Pro and Standard binary and source code installers for all development environments already ...
- Fri Nov 13, 2020 11:15 am
- Forum: VCL
- Topic: TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
- Replies: 6
- Views: 3020
TeeChart VCL/FMX v2020 [12 NOV 2020] RELEASE 2020.31.201112
Greetings! Steema Support Central writes to inform you of the availability of the latest TeeChart VCL/FMX 2020.31.201112 release with full RAD Studio 10.4 (RX/DX/CX) support. The new update includes TeeChart Pro and Standard binary and source code installers for all development environments already ...
- Fri Nov 06, 2020 11:33 am
- Forum: VCL
- Topic: Panel Graphic stretched when plot is printed
- Replies: 7
- Views: 4257
Re: Panel Graphic stretched when plot is printed
Hello,
I'm sorry for the delay here.
If you still find problems with it, please arrange a simple example project we can run as-is to reproduce the problem here.
I'm sorry for the delay here.
If you still find problems with it, please arrange a simple example project we can run as-is to reproduce the problem here.
- Fri Nov 06, 2020 11:12 am
- Forum: VCL
- Topic: Minor ticks on Log axis dissapear in some cases
- Replies: 1
- Views: 1451
Re: Minor ticks on Log axis dissapear in some cases
Hello,
Find here a couple of threads discussing about similar issues:
viewtopic.php?f=3&t=13836&p=60673
viewtopic.php?f=3&t=16606#p73929
Find here a couple of threads discussing about similar issues:
viewtopic.php?f=3&t=13836&p=60673
viewtopic.php?f=3&t=16606#p73929
- Fri Nov 06, 2020 10:00 am
- Forum: VCL / FMX
- Topic: TeeGrid FMX invalid pointer operation on inheriting view
- Replies: 1
- Views: 1553
Re: TeeGrid FMX invalid pointer operation on inheriting view
Hello,
We should investigate that error.
If I add the columns in the Android view, switch to the master view and then add the columns again, then I see no error. Could you please confirm that?
We should investigate that error.
If I add the columns in the Android view, switch to the master view and then add the columns again, then I see no error. Could you please confirm that?
- Fri Oct 23, 2020 6:25 am
- Forum: Activex
- Topic: Drawing line between two cursors?
- Replies: 3
- Views: 2797
Re: Drawing line between two cursors?
Hello,
It would help if you could arrange a simple example project to see what you are exactly doing.
It would help if you could arrange a simple example project to see what you are exactly doing.
- Wed Oct 14, 2020 2:04 pm
- Forum: Activex
- Topic: Drawing line between two cursors?
- Replies: 3
- Views: 2797
Re: Drawing line between two cursors?
Hello, You should calculate the Interpolation points and draw the line manually. You could use the AnnotationTool to draw the difference value. Here a simple example: Dim XPos, YVal1, YVal2 As Double Private Sub Form_Load() With TChart1 .Aspect.View3D = False .Legend.Visible = False .Panel.Gradient....
- Wed Oct 14, 2020 10:22 am
- Forum: VCL
- Topic: Panel Graphic stretched when plot is printed
- Replies: 7
- Views: 4257
Re: Panel Graphic stretched when plot is printed
Hello,
Have you tried using
Have you tried using
StretchDraw
as suggested?- Fri Oct 09, 2020 7:27 am
- Forum: VCL
- Topic: Source code for the demo
- Replies: 1
- Views: 1406
Re: Source code for the demo
Hello Ed,
What exact example are you trying to find the sources of?
What exact example are you trying to find the sources of?
- Thu Oct 08, 2020 6:26 am
- Forum: VCL
- Topic: Failure to Install VCL FMX 2020.30
- Replies: 3
- Views: 1873
Re: Failure to Install VCL FMX 2020.30
Hello,
I've just sent a mail with a private download link.
I've just sent a mail with a private download link.
- Wed Oct 07, 2020 11:07 am
- Forum: VCL
- Topic: Show grid when no series is active
- Replies: 3
- Views: 1894
Re: Show grid when no series is active
Alex,
The only way to achieve this is by adding a dummy series (with no data) as follows:
The only way to achieve this is by adding a dummy series (with no data) as follows:
Code: Select all
Chart1.AddSeries(TPointSeries).XValues.DateTime:=True;
- Tue Oct 06, 2020 12:27 pm
- Forum: VCL
- Topic: Failure to Install VCL FMX 2020.30
- Replies: 3
- Views: 1873
Re: Failure to Install VCL FMX 2020.30
Hello,
We'll send you a zipped installation if you tell us what IDE are you using.
We'll send you a zipped installation if you tell us what IDE are you using.