Search found 29 matches
- Mon Feb 17, 2020 7:40 am
- Forum: VCL
- Topic: Fixed x to y ratio
- Replies: 8
- Views: 23793
Re: Fixed x to y ratio
Further to the query by Estechco of 23 August 2010, I am interested in the same solution. I have gone to the demo at All features\Welcome !\Axes\Isometric Axis, but there is no source code. Can you give more information as to how I can access the source code. I have Tee Chart Pro, but I cannot under...
- Mon Feb 17, 2020 7:00 am
- Forum: VCL
- Topic: Using DBChart with text data
- Replies: 4
- Views: 15970
Re: Using DBChart with text data
Hi Marc
Thanks for the solution to my problem. However, I am trying to plot a closed polygon, and I can only plot values in an increasing-X direction. How can I plot the data in array index order.
Thanks and regards
Errol
Thanks for the solution to my problem. However, I am trying to plot a closed polygon, and I can only plot values in an increasing-X direction. How can I plot the data in array index order.
Thanks and regards
Errol
- Wed Feb 12, 2020 7:42 pm
- Forum: VCL
- Topic: Using DBChart with text data
- Replies: 4
- Views: 15970
Using DBChart with text data
Good morning I use DBChart to access data from a database and/or a memory table, using XValues, YValues and DataSource in TSeries. Now I wish to add a series with the data either in an array or from calculations. Is there a straightforward way to do this, or do I have to populate a memory table with...
- Wed Nov 27, 2019 5:15 am
- Forum: VCL
- Topic: A new ternary graph implementation
- Replies: 2
- Views: 11530
Re: A new ternary graph implementation
Hello Marc Thank you for your reply and comments. Perhaps I haven't explained myself clearly enough. I still expect to be able to use three variables, X, Y and Z in a Ternary Chart, but the chart code will automatically convert these to three relative variables using the following formulae: X% = X/(...
- Thu Nov 21, 2019 1:07 am
- Forum: Wishes and ideas
- Topic: A new implementation for Ternary Graphs
- Replies: 0
- Views: 45394
A new implementation for Ternary Graphs
The current Ternary Series implementation in TeeChart needs a revamp. It does not suit a lot of users who wish to plot data in a similar format to a regular X-Y plot, without having to implement a lot of special code. A ternary plot is basically an X-Y plot, as there are only 2 independent variables...
- Fri Nov 15, 2019 12:17 am
- Forum: VCL
- Topic: A new ternary graph implementation
- Replies: 2
- Views: 11530
A new ternary graph implementation
As you know, I am quite disappointed with the Ternary Series implementation in TeeChart. A ternary plot is simply an X-Y plot, as there are only 2 independent variables (Z is always equal to 100 - X% - Y% where X% = X/(X+Y+Z)*100 and Y% = Y/(X+Y+Z)*100. This means there is no need to use 3D charting...
- Fri Sep 27, 2019 12:53 am
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Hi Marc I am pleased to report that we are now able to create ternary graphs with the legend in the format we require. Thanks for all your help. I have two further questions: 1. User-customisation of the legend position and size. I anticipate that users of our application would like to position the ...
- Mon Sep 23, 2019 5:59 am
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Hi Marc I have downloaded and installed the modifications, which appear to have fixed the problem of the Weight parameter being incorrectly assigned. I can now generate a ternary plot but am having great difficulty with generating a customised legend. I have attached an XY plot showing the type of l...
- Fri Sep 20, 2019 5:53 am
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Hi Marc Thank you for your email. In my previous post, I was trying to explain that any point on a ternary graph can be plotted on a normal XY chart that has the left axis at an angle of 60°. The B% value is plotted on the bottom axis (with a left-to-right scale of 0 to 100) along a line parallel to...
- Thu Sep 19, 2019 5:49 am
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Hello Marc Thank you for your reply. When do you think the revised code will be available? I have compared our code (both for a line series and a ternary series), with the test program provided by you where data is loaded from a csv file. In our code, the series is empty, even though the datasource ...
- Mon Sep 16, 2019 8:58 pm
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Hi Marc Thank you for your reply. A ternary graph requires three values to calculate relative percentages, but only two values need to be plotted on a ternary graph as the third value is automatically 100 - A - B (working in percentages) as you state. If you use a regular XY chart with with the Y va...
- Thu Sep 12, 2019 11:02 pm
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Good morning I am still having great difficulty in producing a ternary chart by code. I have attempted to implement the various events of the Ternary Chart test program in case I am missing some important steps, but to no avail. I acknowledge that I am using components that you do not use, but I sti...
- Tue Sep 10, 2019 4:32 am
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Good afternoon Yeray Thank you for your detailed reply - sorry for the delay in replying. I am still having problems getting a ternary graph to draw. I have attached the code I use. When I run the program, selecting a single series, I just get a blank chart with a title, but without axes, vertex tit...
- Tue Aug 27, 2019 6:16 am
- Forum: VCL
- Topic: Ternary Graph Assigning the Weighting parameter
- Replies: 22
- Views: 55159
Re: Ternary Graph Assigning the Weighting parameter
Good afternoon After a long break, I am back again, still trying to get ternary graphs to work. I am writing to express my disappointment in the implementation of Ternary Graphs. We use ternary graphs to display the relationship between three data values in exactly the same way as we use regular XY ...