Search found 8 matches

by Geocentrix
Fri Jun 06, 2025 9:36 am
Forum: VCL
Topic: How to plot contours for a sparse data set?
Replies: 0
Views: 62

How to plot contours for a sparse data set?

I am using the TContourPlot to show some data for which I have only 55 data points (data is inclued at the end of this post). On the plot below, I additionally draw small grey circles where my data points are located (i.e on a triangular pattern). PileGroup.jpg The plot I am expecting to get is as f...
by Geocentrix
Fri Jun 06, 2025 8:53 am
Forum: VCL
Topic: Is it possible to change contour levels in TChartEditor ?
Replies: 2
Views: 626

Re: Is it possible to change contour levels in TChartEditor ?

Yeray

Thanks - that helps.

Andrew
by Geocentrix
Wed Jun 04, 2025 9:10 am
Forum: VCL
Topic: Is it possible to change contour levels in TChartEditor ?
Replies: 2
Views: 626

Is it possible to change contour levels in TChartEditor ?

I am creating a countour plot in C++Builder via code. However, I am struggling to get appropriate contour levels and wondered whether the TChartEditor provides any way of adjusting the contours at run-time? I cannot find anything in the user interface to edit the contour levels. Are there options th...
by Geocentrix
Fri May 16, 2025 1:49 pm
Forum: VCL
Topic: TeeChart Pro - SSL support was not enabled for this installer
Replies: 1
Views: 4188

TeeChart Pro - SSL support was not enabled for this installer

I am trying to install TeeChart Pro 2024.42 onto my laptop, into the latest release (including patch) of C++Builder 12.3. However, I get the error message SSL support was not enabled for this installer This also ocurs if I try to install into earlier versions of C++Builder on this machine. I have no...
by Geocentrix
Thu Apr 24, 2025 11:29 am
Forum: VCL
Topic: Help wanted overcoming delay in repainting contour graph
Replies: 2
Views: 9330

Re: Help wanted overcoming delay in repainting contour graph

Thanks, Yeray, that worked
by Geocentrix
Thu Apr 17, 2025 1:27 pm
Forum: VCL
Topic: Help wanted overcoming delay in repainting contour graph
Replies: 2
Views: 9330

Help wanted overcoming delay in repainting contour graph

I am trying to create a contour graph that uses ISO axes (i.e. the same X and Y scales) AND has a number of circles drawn on top of it. Screenshot #2 (correct) below shows the graph I am trying to produce. Screenshot 2 (correct).jpg The problem is that, when the graph first appears, the axes are not...
by Geocentrix
Mon Jun 13, 2022 5:06 pm
Forum: VCL
Topic: Questions regarding LoadGraphOptions
Replies: 2
Views: 6471

Re: Questions regarding LoadGraphOptions

I have found the function LoadChartFromXMLFile but ... After I have saved the same options to both the tee file and the xml file and then load those files, the tee file works as expected (apart form the data not being drawn) but the XML file does not. I attach three screenshots showing what I am get...
by Geocentrix
Mon Jun 13, 2022 4:37 pm
Forum: VCL
Topic: Questions regarding LoadGraphOptions
Replies: 2
Views: 6471

Questions regarding LoadGraphOptions

I have some questions about loading TChart options from previously saved *.tee files. The tee files have been saved using a call like this: SaveChartToFile(Chart, filename, false, true); The false flag means that the data in the graph is NOT included in the tee file (which I have checked). When I us...