Setting manual scale of ternary plot

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
lilo
Newbie
Newbie
Posts: 61
Joined: Thu Sep 23, 2010 12:00 am

Setting manual scale of ternary plot

Post by lilo » Sun Nov 14, 2010 9:47 am

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Setting manual scale of ternary plot

Post by Sandra » Mon Nov 15, 2010 1:12 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

lilo
Newbie
Newbie
Posts: 61
Joined: Thu Sep 23, 2010 12:00 am

Re: Setting manual scale of ternary plot

Post by lilo » Fri Nov 26, 2010 5:51 am

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 6323 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Setting manual scale of ternary plot

Post by Sandra » Fri Nov 26, 2010 3:06 pm

Hello lilo,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply