Page 1 of 1

Setting manual scale of ternary plot

Posted: Sun Nov 14, 2010 9:47 am
by 15057312
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

Re: Setting manual scale of ternary plot

Posted: Mon Nov 15, 2010 1:12 pm
by 10050769
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,

Re: Setting manual scale of ternary plot

Posted: Fri Nov 26, 2010 5:51 am
by 15057312
Hi Sandra,

I have gone back to my old code and drawn my own ternary charts on the TChart canvas.
Tern2.jpg
Tern2.jpg (36.72 KiB) Viewed 6329 times

Re: Setting manual scale of ternary plot

Posted: Fri Nov 26, 2010 3:06 pm
by 10050769
Hello lilo,

I am glad that you can find a solution for your problem :).

Thanks,