Search found 49 matches

by X-Ray
Tue Jan 19, 2016 7:02 am
Forum: VCL
Topic: Zooming from Outside Chart axes
Replies: 3
Views: 7592

Re: Zooming from Outside Chart axes

Hello Yeray,

very useful, thank You !
In fact it would be nice if this was just another flag/option of TChart.

best regards,

X-Ray
by X-Ray
Mon Jan 18, 2016 11:25 am
Forum: VCL
Topic: Zooming from Outside Chart axes
Replies: 3
Views: 7592

Zooming from Outside Chart axes

Hello,

often when a range that needs to be zoomed in is close to an axis its not easy to achieve because the zoom rectangle can
only be started inside the chart axes area. Is there a simple option to enable the zoom rectangle to start outside the TChart axes ?

best regards,

X-ray
by X-Ray
Mon Nov 02, 2015 8:38 am
Forum: VCL
Topic: How to create this kind of plot
Replies: 8
Views: 15277

Re: How to create this kind of plot

Hello Yeray,

Great, that piece of code is very useful for other data and cases too.
Thank you very much!

best regards,

X-Ray
by X-Ray
Fri Oct 30, 2015 12:56 pm
Forum: VCL
Topic: How to create this kind of plot
Replies: 8
Views: 15277

Re: How to create this kind of plot

Hello Yeray,

That looks great, thank you very much!
The next question is of course if there is any way to show that plot as a surface.
Could I re-order the data somehow (with increasing X, for example) and then put it into a TSurfaceSeries ?

best regards,

X-Ray
by X-Ray
Fri Oct 30, 2015 9:33 am
Forum: VCL
Topic: How to create this kind of plot
Replies: 8
Views: 15277

Re: How to create this kind of plot

Hello Yeray,

could it be that this data is not suitable for the requirements of TSurfaceSeries?
This is not clear to me, further maybe I can resort the data to make it suitable for this
kind of series, whatever the requirements may be.

best regards,

X-ray
by X-Ray
Tue Oct 27, 2015 5:42 pm
Forum: VCL
Topic: How to create this kind of plot
Replies: 8
Views: 15277

Re: How to create this kind of plot

Hello Yeray, a TSurfaceSeries doesn't show up at all when adding all the XYZ data and TTriSurfaceSeries doesn't have a WireFrame property. Here is the XYZ text file put in a ZIP file: sph-strain.zip Maybe you have an idea how to get any decent surface picture from this data using TChart ? Thank's an...
by X-Ray
Mon Oct 26, 2015 8:05 am
Forum: VCL
Topic: How to create this kind of plot
Replies: 8
Views: 15277

How to create this kind of plot

Hello, I would like to create this kind of plot with TChart: SurfaceCapture.PNG unfortunately I can't attach the text file with the XYZ data (sph-strain.txt) !? In Matlab / Octave the graphics is created like this: m = 60 n = 60 strain = load ("sph-strain.txt"); # sequence of float. i.e: x,y,z … X =...
by X-Ray
Mon Sep 14, 2015 7:09 am
Forum: VCL
Topic: Automatically distribute values on custom color palette
Replies: 1
Views: 5649

Automatically distribute values on custom color palette

Hi, I am using the "AddPalette" call to add a custom color scheme to a TColorGridSeries and a TSurfaceSeries. In fact I want to supply just the colors and let TChart self/automatically distribute the Chart values along the given color values. Is that possible, is there a setting for this ? best rega...
by X-Ray
Thu Sep 10, 2015 6:55 am
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hello Yeray, I tried your code to draw the bottom axis title, that indeed helps to displace it and making it completely visible. Could you please post the source code for the Left axis title too, taking into account to draw the axis title from bottom to top (not from left to right) ? best regards, X...
by X-Ray
Wed Sep 09, 2015 2:41 pm
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hello Yeray, >I've tried it with v2015.15 and v2015.16 in Android and it seems to give the same result. Could you please specify what two versions to compare? You are right, its only OK when using Tchart VCL in OpenGL mode. Native painting shows indeed the same bug than the FMX version. Will this pr...
by X-Ray
Tue Sep 08, 2015 9:47 am
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hello, there are problems with axes titles in 3D that got worse with the latest release 2015.16: Foto 08.09.15 11 36 51.png I used the gesture example and added titles for the X-Axis (Bottom Axis), Y-Axis (Left Axis) and the Z-Axis (Depth Axis). What you see is (on a iPhone 6): 1) The titles are not...
by X-Ray
Wed Jun 17, 2015 8:52 am
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hi Narcis,

Thank you, the Gestures example was very helpful !

best regards
by X-Ray
Tue Jun 16, 2015 7:44 am
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hi Narcis,

But how do I set the Chart into the zoom or rotate mode, so that it can be zoomed or rotated by the touch and dragging with a finger ?
You are just setting the rotation angle and the zoom % by code in that example, right?

best regards,

Thomas
by X-Ray
Tue Jun 16, 2015 6:30 am
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hi Narcis,

yes indeed, now that I removed TeeCommander the 64-bit app starts up fine.
Do you have a quick example how to set the TChart in rotation or zoom mode by a button click without usage of the TeeCommander component ?

best regards
by X-Ray
Mon Jun 15, 2015 6:39 am
Forum: FMX
Topic: TChart disabled on 64Bit iOS platform
Replies: 17
Views: 39532

Re: TChart disabled on 64Bit iOS platform

Hi Narcis, I just created a new/fresh multi device application and put instances of a TChart, a TSurfaceSeries, a TColorGridSeries and a TTeeCommander on the empty form. When I try to run the 64-bit version on my iPhone6 it crashes too on startup. So this is a showstopper on iOS. Please let me know ...