To show multiple Left axis.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

To show multiple Left axis.

Post by amol » Mon Sep 28, 2015 12:35 pm

Hi steema,
we have some query related to Tchart given as below,
1- To show multiple Left axis. Means if we have two series as shown in below image

Series1(plotted in Blue color on tchart)
its Yvalue.Minimum() is 0;
and Yvalue.Maximum() is 1000;
So we want to create axis for this ,whose minimum value is 0 and maximum is 1000.

Series2(plotted in Red color on tchart)
its Yvalue.Minimum() is 100;
and Yvalue.Maximum() is 10,000;
So we want to create axis for this, whose minimum value is 100 and maximum is 10,000.

Meaning that we want to show two left axis for two series and according to these axis series must be shown. As shown in image
Multiple Left Axis.png
Image 1
Multiple Left Axis.png (335.13 KiB) Viewed 5273 times
Thanks.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: To show multiple Left axis.

Post by Christopher » Tue Sep 29, 2015 8:18 am

Hello,
amol wrote: we have some query related to Tchart given as below,
You should be able to use custom axes - may I suggest you take a look at the examples in the demo under:
%Program Files%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.08060\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe

All Features -> Welcome !\Axes\Alternate Labels
All Features -> Welcome !\Axes\Permanent custom axes
Best Regards,
Christopher Ireland / 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

Post Reply