If I set the the axes scale of the ternary plot manually, the minimum and maximum values should start at the the beginning and end of the axis, as with the points plot.
However, the minimum value starts at the left edge (or bottom) of the plot and the maxium value coincides with the right edge (or top) of the plot as the case may be.
Points1.Chart.Axes.Right.AutomaticMaximum = False
Points1.Chart.Axes.Bottom.AutomaticMaximum = False
Points1.Chart.Axes.Left.AutomaticMaximum = False
Points1.Chart.Axes.Top.AutomaticMaximum = False
Points1.Chart.Axes.Right.AutomaticMinimum = False
Points1.Chart.Axes.Bottom.AutomaticMinimum = False
Points1.Chart.Axes.Left.AutomaticMinimum = False
Points1.Chart.Axes.Top.AutomaticMinimum = False
Points1.Chart.Axes.Bottom.Maximum = XMax
Points1.Chart.Axes.Bottom.Minimum = XMin
Points1.Chart.Axes.Left.Maximum = YMax
Points1.Chart.Axes.Left.Minimum = YMin
Points1.Chart.Axes.Right.Maximum = YMax
Points1.Chart.Axes.Right.Minimum = YMin
Setting manual scale of ternary plot
Re: Setting manual scale of ternary plot
Hello lilo,
I'm afraid that for now using ternary series is not possible. I have added it in the feature request list with number[TF02015279] to be considered inclusion it for feature versions of TeeChart.Net.
Thanks,
I'm afraid that for now using ternary series is not possible. I have added it in the feature request list with number[TF02015279] to be considered inclusion it for feature versions of TeeChart.Net.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Setting manual scale of ternary plot
Hi Sandra,
I have gone back to my old code and drawn my own ternary charts on the TChart canvas.
I have gone back to my old code and drawn my own ternary charts on the TChart canvas.
Re: Setting manual scale of ternary plot
Hello lilo,
I am glad that you can find a solution for your problem .
Thanks,
I am glad that you can find a solution for your problem .
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |